We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21ee59 commit a8b52c1Copy full SHA for a8b52c1
.vscode/launch.json
@@ -49,6 +49,9 @@
49
"VSCODE_GO_IN_TEST": "1", // Disable code that shouldn't be used in test
50
"MOCHA_TIMEOUT": "999999",
51
},
52
+ "outFiles": [
53
+ "${workspaceFolder}/extension/out/**/*.js"
54
+ ],
55
"sourceMaps": true,
56
"smartStep": true,
57
"preLaunchTask": "npm: watch",
@@ -71,6 +74,9 @@
71
74
"env": {
72
75
"VSCODE_GO_IN_TEST": "1" // Disable code that shouldn't be used in test
73
76
77
78
79
80
81
82
"cwd": "${workspaceFolder}/extension"
0 commit comments