We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480a695 commit 8c240deCopy full SHA for 8c240de
.github/workflows/release.yml
@@ -20,6 +20,7 @@ jobs:
20
cache: 'npm'
21
- name: Install Dependencies
22
run: |
23
+ npm install -g npm
24
npm i -g @vscode/vsce ovsx
25
npm ci
26
- name: Lint Extension
.github/workflows/static.yml
@@ -42,6 +42,7 @@ jobs:
42
python-version: '3.11'
43
44
45
46
47
pip install requests js2py
48
- name: Generate Cache JSON
0 commit comments