Skip to content

Commit

Permalink
chore: open test-workspace when launch extension in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jul 4, 2024
1 parent 2eebf34 commit 134c411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
// "--disable-extensions",
"--extensionDevelopmentPath=${workspaceRoot}/extensions/vscode"
"--extensionDevelopmentPath=${workspaceRoot}/extensions/vscode",
"--folder-uri=${workspaceRoot}/test-workspace",
],
"outFiles": [
"${workspaceRoot}/**/*.js"
Expand Down

0 comments on commit 134c411

Please # to comment.