File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "configurations" : [
33 {
4- "type" : " lldb " ,
4+ "type" : " swift " ,
55 "request" : " launch" ,
66 "name" : " Debug sourcekit-lsp" ,
77 "program" : " ${workspaceFolder:sourcekit-lsp}/.build/debug/sourcekit-lsp" ,
88 "args" : [],
99 "cwd" : " ${workspaceFolder:sourcekit-lsp}" ,
1010 "preLaunchTask" : " swift: Build Debug sourcekit-lsp" ,
11- "sourceLanguages" : [" swift" ]
1211 },
1312 {
14- "type" : " lldb " ,
13+ "type" : " swift " ,
1514 "request" : " launch" ,
1615 "name" : " Release sourcekit-lsp" ,
1716 "program" : " ${workspaceFolder:sourcekit-lsp}/.build/release/sourcekit-lsp" ,
1817 "args" : [],
1918 "cwd" : " ${workspaceFolder:sourcekit-lsp}" ,
2019 "preLaunchTask" : " swift: Build Release sourcekit-lsp" ,
21- "sourceLanguages" : [" swift" ]
2220 },
2321 {
24- "type" : " lldb " ,
22+ "type" : " swift " ,
2523 "request" : " attach" ,
2624 "name" : " Attach sourcekit-lsp (debug)" ,
2725 "program" : " ${workspaceFolder:sourcekit-lsp}/.build/debug/sourcekit-lsp" ,
28- "sourceLanguages" : [" swift" ],
2926 "waitFor" : true
3027 }
3128 ]
You can’t perform that action at this time.
0 commit comments