Skip to content

Commit

Permalink
Set CWD when running ui build prelaunch task (#588)
Browse files Browse the repository at this point in the history
Fixes Server + Extension vscode launch configuration.

Then previous "npm" type task respected the cwd setting from launch.json. However, the new "shell" type task seems to require it be explicitly set in the task.
  • Loading branch information
masegraye authored Oct 26, 2023
1 parent f4c66f0 commit ba6e385
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
"presentation": {
"revealProblems": "onProblem",
"clear": true
},
"options": {
"cwd": "${workspaceFolder}/extensions/vscode"
}
},
//
Expand Down

0 comments on commit ba6e385

Please sign in to comment.