Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit c396263

Browse files
committed
feat: add testing infrastructure
1 parent 47e14f2 commit c396263

25 files changed

+2843
-283
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules
33
*.vsix
44
coverage/
55
.nyc_output/
6+
.vscode-test

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "extensionHost",
1919
"request": "launch",
2020
"runtimeExecutable": "${execPath}",
21-
"args": ["--extensionDevelopmentPath=${workspaceRoot}", "--extensionTestsPath=${workspaceRoot}/out/test"],
21+
"args": ["--extensionDevelopmentPath=${workspaceRoot}", "--extensionTestsPath=${workspaceRoot}/out/test/suite/index"],
2222
"stopOnEntry": false,
2323
"sourceMaps": true,
2424
"outFiles": ["${workspaceRoot}/out/test/**/*.js"],

0 commit comments

Comments
 (0)