prql-vscode
prql-vscode copied to clipboard
Instructions (in README?) for pushing new builds to Marketplace
How does the extension get pushed to the Marketplace?
- Should we add a note to the Developing section of the README?
- I note that the action today failed because it says 0.9.5 is already present... https://github.com/PRQL/prql-vscode/actions/runs/6710486158/job/18235774259
Thanks as always
Sorry — I forgot that we need to bump the version in package.json...
@max-sixty Now that 0.12.2 is shipping, it would be good to renew the VSCode extension. Thanks
Yes — in general all we need to do is:
- update the
prqlcdependency inpackage.json(which dependabot does if we don't get to it first) - update this package version number
This one time we also need to change the dependency from prql-js to prqlc. That may require some small JS changes. npm run compile should be a reasonable test.
Do you want to take a swing at that?
Do you want to take a swing at that?
Sure - I'll look at this later in the week. Thanks