Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/vscode-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Install dependencies
run: |
npm ci --no-optional
npm ci
working-directory: ./ext/vscode

- name: Test
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/vscode-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- pwsh: |
npm i -g npm @vscode/vsce
npm ci --no-optional
npm ci
workingDirectory: ext/vscode
displayName: Install dependencies

Expand Down
Loading