File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 2
2
"version" : " 0.1.0" ,
3
3
"configurations" : [
4
4
{
5
- "name" : " Launch Built-in Extension " ,
5
+ "name" : " Launch gitpod-web " ,
6
6
"type" : " extensionHost" ,
7
7
"request" : " launch" ,
8
8
"runtimeExecutable" : " ${execPath}" ,
16
16
" ${workspaceRoot}/extensions/gitpod-web/out/**/*.js" ,
17
17
]
18
18
},
19
+ {
20
+ "name" : " Launch gitpod-remote" ,
21
+ "type" : " extensionHost" ,
22
+ "request" : " launch" ,
23
+ "runtimeExecutable" : " ${execPath}" ,
24
+ "args" : [
25
+ " ${workspaceFolder}" ,
26
+ " --extensionDevelopmentPath=${workspaceRoot}/extensions/gitpod-remote" ,
27
+ " --log=debug"
28
+ ],
29
+ "outFiles" : [
30
+ " ${workspaceRoot}/extensions/gitpod-shared/out/**/*.js" ,
31
+ " ${workspaceRoot}/extensions/gitpod-remote/out/**/*.js" ,
32
+ ]
33
+ },
19
34
{
20
35
"type" : " node" ,
21
36
"request" : " launch" ,
You can’t perform that action at this time.
0 commit comments