mariuspopovici / starlimsvscode

STARLIMS VS Code Extension
MIT License
15 stars 3 forks source link

updated version number to prevent update message #149

Closed MrDoe closed 7 months ago

mariuspopovici commented 8 months ago

This shouldn't be necessary because the .sdp contained in the released extension is already patched automatically by the publish action (calling createpackage.sh) with the published extension version #. If you look at the release artifacts you can see that Version.srvscr matches the current extension version (.84).

MrDoe commented 8 months ago

Strange, but why am I getting the update notification each time the extension loads since the last release? Clicking on "Update" doesn't help. But after updating the version number manually in SCM/version.ssl the message disappears.

MrDoe commented 7 months ago

I integrated the changes of @Cmyna and and fixed the non-working hotkeys and context menu of the output log on newer VSCode versions.