We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe3fd6 commit 218a6f5Copy full SHA for 218a6f5
.vscode/settings.json
@@ -13,5 +13,20 @@
13
14
"editor.codeActionsOnSave": {
15
"source.fixAll.eslint": "explicit"
16
+ },
17
+
18
+ "extension-test-runner.debugOptions": {
19
+ "runtimeExecutable": "${execPath}",
20
+ "args": [
21
+ "${workspaceFolder}/fixtures/workspace/fixtures.code-workspace",
22
+ "--disable-extensions",
23
+ "--extensionDevelopmentPath=${workspaceFolder}",
24
+ "--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
25
+ ],
26
+ "env": {
27
+ "PLAYDATE_SDK_PATH": "${workspaceFolder}/fixtures/PlaydateSDK-1.12.3"
28
29
+ "outFiles": ["${workspaceFolder}/out/**/*.js"],
30
+ "preLaunchTask": "${defaultBuildTask}"
31
}
32
0 commit comments