Skip to content

Commit

Permalink
start debug in multi-root workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
limarkxx committed Jul 24, 2023
1 parent d65a5f2 commit 5bab2c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--disable-extensions"
"--disable-extensions",
"${workspaceFolder}/fixtures/multi-folder.code-workspace"
],
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
"preLaunchTask": "${defaultBuildTask}"
Expand All @@ -22,7 +23,8 @@
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index",
"${workspaceFolder}/fixtures/multi-folder.code-workspace"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js",
Expand Down

0 comments on commit 5bab2c8

Please sign in to comment.