File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"configurations" : [
3
3
{
4
- "type" : " lldb " ,
4
+ "type" : " swift " ,
5
5
"request" : " launch" ,
6
6
"name" : " Debug sourcekit-lsp" ,
7
7
"program" : " ${workspaceFolder:sourcekit-lsp}/.build/debug/sourcekit-lsp" ,
8
8
"args" : [],
9
9
"cwd" : " ${workspaceFolder:sourcekit-lsp}" ,
10
10
"preLaunchTask" : " swift: Build Debug sourcekit-lsp" ,
11
- "sourceLanguages" : [" swift" ]
12
11
},
13
12
{
14
- "type" : " lldb " ,
13
+ "type" : " swift " ,
15
14
"request" : " launch" ,
16
15
"name" : " Release sourcekit-lsp" ,
17
16
"program" : " ${workspaceFolder:sourcekit-lsp}/.build/release/sourcekit-lsp" ,
18
17
"args" : [],
19
18
"cwd" : " ${workspaceFolder:sourcekit-lsp}" ,
20
19
"preLaunchTask" : " swift: Build Release sourcekit-lsp" ,
21
- "sourceLanguages" : [" swift" ]
22
20
},
23
21
{
24
- "type" : " lldb " ,
22
+ "type" : " swift " ,
25
23
"request" : " attach" ,
26
24
"name" : " Attach sourcekit-lsp (debug)" ,
27
25
"program" : " ${workspaceFolder:sourcekit-lsp}/.build/debug/sourcekit-lsp" ,
28
- "sourceLanguages" : [" swift" ],
29
26
"waitFor" : true
30
27
}
31
28
]
You can’t perform that action at this time.
0 commit comments