Skip to content

Commit

Permalink
fix(sample-projects): Add missing --extensions_dir into helloworld-sa…
Browse files Browse the repository at this point in the history
…mple launch config (#1168)

Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek authored Feb 29, 2024
1 parent aaeb82a commit 5d4e5fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sample-projects/helloworld-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
"program": "${workspaceFolder}/node_modules/.bin/extest",
"args": [
"setup-and-run",
"${workspaceFolder}/out/ui-test/*.js",
"-o",
"${workspaceFolder}/out/ui-test/*-test.js",
"--code_settings",
"settings.json",
"--extensions_dir",
".test-extensions",
"--mocha_config",
"${workspaceFolder}/src/ui-test/.mocharc-debug.js"
],
Expand Down

0 comments on commit 5d4e5fa

Please sign in to comment.