Compare commits

...

3 Commits

Author SHA1 Message Date
DetachHead
b0db396f01
Merge bddd1976c1 into f1bf0000b4 2024-06-21 14:17:48 +03:00
Baptiste Augrain
f1bf0000b4 feat: add channel for snap [skip ci] 2024-06-20 16:20:19 +02:00
DetachHead
bddd1976c1
add basedpyright to alternative extensions list 2024-03-23 00:19:46 +10:00
2 changed files with 2 additions and 1 deletions

View File

@ -464,7 +464,7 @@ jobs:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
with:
snap: ${{ steps.build.outputs.snap }}
release: stable
release: ${{ vars.SNAP_STORE_CHANNEL }}
if: env.SHOULD_DEPLOY_TO_STORE == 'yes'
deb-rpm-repo-hook:

View File

@ -26,3 +26,4 @@ The following extensions are functional replacements for incompatible extensions
- [Open Remote - SSH](https://open-vsx.org/extension/jeanp413/open-remote-ssh)
- [Open Remote - WSL](https://open-vsx.org/extension/jeanp413/open-remote-wsl)
- [BasedPyright](https://open-vsx.org/extension/detachhead/basedpyright) (open-source alternative to Pylance)