Skip to content

Commit

Permalink
Merge branch 'integration-testing' into folder-level-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
limarkxx committed Jul 24, 2023
2 parents 412c4f7 + 5bab2c8 commit 469c756
Show file tree
Hide file tree
Showing 7 changed files with 1,206 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ dist
node_modules/
node_modules
.DS_Store
*.vsix
*.vsix
.vscode-test/
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
Loading

0 comments on commit 469c756

Please sign in to comment.