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 0073d71 commit 42328d0Copy full SHA for 42328d0
.github/workflows/copilot-setup-steps.yml
@@ -43,3 +43,13 @@ jobs:
43
# Install gulp globally (required for build tasks)
44
- name: Install gulp
45
run: npm install -g gulp
46
+
47
+ # Install vsce (needed for packaging tasks)
48
+ - name: Install vsce
49
+ run: npm install -g vsce
50
51
+ # Install server dependencies (needed for integration tests and running)
52
+ - name: Install dependencies
53
+ run: gulp installDependencies
54
55
0 commit comments