prql-vscode icon indicating copy to clipboard operation
prql-vscode copied to clipboard

Instructions (in README?) for pushing new builds to Marketplace

Open richb-hanover opened this issue 2 years ago • 4 comments
trafficstars

How does the extension get pushed to the Marketplace?

  1. Should we add a note to the Developing section of the README?
  2. 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

richb-hanover avatar Nov 01 '23 00:11 richb-hanover

Sorry — I forgot that we need to bump the version in package.json...

max-sixty avatar Nov 01 '23 05:11 max-sixty

@max-sixty Now that 0.12.2 is shipping, it would be good to renew the VSCode extension. Thanks

richb-hanover avatar Jun 10 '24 16:06 richb-hanover

Yes — in general all we need to do is:

  • update the prqlc dependency in package.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?

max-sixty avatar Jun 10 '24 17:06 max-sixty

Do you want to take a swing at that?

Sure - I'll look at this later in the week. Thanks

richb-hanover avatar Jun 10 '24 22:06 richb-hanover