File tree 4 files changed +93
-7024
lines changed
4 files changed +93
-7024
lines changed Original file line number Diff line number Diff line change 20
20
" --disable-extensions"
21
21
],
22
22
"outFiles" : [
23
- " ${workspaceFolder}/dist/**/*.js"
24
- ],
23
+ " ${workspaceFolder}/dist/**/*.js"
24
+ ],
25
25
"stopOnEntry" : false ,
26
26
"sourceMaps" : true ,
27
27
"smartStep" : true ,
28
28
"preLaunchTask" : " npm: webpack" ,
29
29
"env" : {
30
- "VSCODE_GO_IN_TEST" : " " // Enable code
30
+ "VSCODE_GO_IN_TEST" : " " // Enable code
31
31
},
32
32
},
33
33
{
61
61
" 999999"
62
62
],
63
63
"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
65
65
},
66
66
"stopOnEntry" : false ,
67
67
"sourceMaps" : true ,
83
83
" --extensionDevelopmentPath=${workspaceFolder}" ,
84
84
" --extensionTestsPath=${workspaceFolder}/out/test/gopls/index" ,
85
85
" --user-data-dir=${workspaceFolder}/.user-data-dir-test" ,
86
- " --timeout" , " 999999" ,
86
+ " --timeout" ,
87
+ " 999999" ,
87
88
],
88
89
"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
90
91
},
91
92
"stopOnEntry" : false ,
92
93
"sourceMaps" : true ,
122
123
]
123
124
}
124
125
]
125
- }
126
+ }
You can’t perform that action at this time.
0 commit comments