Skip to content

Commit b6d16ba

Browse files
authored
Merge pull request #4459 from JoeRobich/add-dotnet-to-path
Add path to dotnet so child processes can use the CLI
2 parents 6da0831 + 2f3b15e commit b6d16ba

File tree

7 files changed

+1150
-1637
lines changed

7 files changed

+1150
-1637
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
npm ci
3333
npm i -g gulp
3434
35+
- name: Compile
36+
run: npm run compile
37+
3538
- name: Build extension package
3639
run: gulp 'vsix:release:package'
3740

.vscode/launch.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"request": "launch",
88
"runtimeExecutable": "${execPath}",
99
"args": [
10-
"--disable-extensions",
1110
"--extensionDevelopmentPath=${workspaceRoot}"
1211
],
1312
"stopOnEntry": false,

0 commit comments

Comments
 (0)