File tree Expand file tree Collapse file tree 4 files changed +93
-7024
lines changed Expand file tree Collapse file tree 4 files changed +93
-7024
lines changed Original file line number Diff line number Diff line change 2020 " --disable-extensions"
2121 ],
2222 "outFiles" : [
23- " ${workspaceFolder}/dist/**/*.js"
24- ],
23+ " ${workspaceFolder}/dist/**/*.js"
24+ ],
2525 "stopOnEntry" : false ,
2626 "sourceMaps" : true ,
2727 "smartStep" : true ,
2828 "preLaunchTask" : " npm: webpack" ,
2929 "env" : {
30- "VSCODE_GO_IN_TEST" : " " // Enable code
30+ "VSCODE_GO_IN_TEST" : " " // Enable code
3131 },
3232 },
3333 {
6161 " 999999"
6262 ],
6363 "env" : {
64- "VSCODE_GO_IN_TEST" : " 1" // Disable code that shouldn't be used in test
64+ "VSCODE_GO_IN_TEST" : " 1" // Disable code that shouldn't be used in test
6565 },
6666 "stopOnEntry" : false ,
6767 "sourceMaps" : true ,
8383 " --extensionDevelopmentPath=${workspaceFolder}" ,
8484 " --extensionTestsPath=${workspaceFolder}/out/test/gopls/index" ,
8585 " --user-data-dir=${workspaceFolder}/.user-data-dir-test" ,
86- " --timeout" , " 999999" ,
86+ " --timeout" ,
87+ " 999999" ,
8788 ],
8889 "env" : {
89- "VSCODE_GO_IN_TEST" : " 1" // Disable code that shouldn't be used in test
90+ "VSCODE_GO_IN_TEST" : " 1" // Disable code that shouldn't be used in test
9091 },
9192 "stopOnEntry" : false ,
9293 "sourceMaps" : true ,
122123 ]
123124 }
124125 ]
125- }
126+ }
You can’t perform that action at this time.
0 commit comments