Compare commits

...

6 Commits

Author SHA1 Message Date
DetachHead
81189cdda5
Merge bddd1976c1 into 1709f8b501 2024-06-17 18:12:23 -03:00
VSCodium CI
1709f8b501 build(stable): update to commit 611f9bf 2024-06-13 18:34:39 +00:00
Baptiste Augrain
aed67b3d81 build: add flag to disable snaps 2024-06-13 20:20:59 +02:00
Baptiste Augrain
60ebbedbf8 build: add flag to disable snaps 2024-06-13 20:16:43 +02:00
Baptiste Augrain
5a769efcb9 build: add flag to disable snaps 2024-06-13 20:13:07 +02:00
DetachHead
bddd1976c1
add basedpyright to alternative extensions list 2024-03-23 00:19:46 +10:00
4 changed files with 5 additions and 4 deletions

View File

@ -427,7 +427,7 @@ jobs:
platform:
- amd64
- arm64
if: needs.check.outputs.SHOULD_DEPLOY == 'yes'
if: needs.check.outputs.SHOULD_DEPLOY == 'yes' && vars.DISABLE_SNAP != 'yes'
steps:
- uses: actions/checkout@v3

View File

@ -423,7 +423,7 @@ jobs:
platform:
- amd64
- arm64
if: needs.check.outputs.SHOULD_DEPLOY == 'yes'
if: needs.check.outputs.SHOULD_DEPLOY == 'yes' && vars.DISABLE_SNAP != 'yes'
steps:
- uses: actions/checkout@v3

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)

View File

@ -1,4 +1,4 @@
{
"tag": "1.90.0",
"commit": "89de5a8d4d6205e5b11647eb6a74844ca23d2573"
"tag": "1.90.1",
"commit": "611f9bfce64f25108829dd295f54a6894e87339d"
}