We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d2442 commit 569b739Copy full SHA for 569b739
.vscode/launch.json
@@ -23,7 +23,7 @@
23
{
24
"type": "lldb",
25
"request": "attach",
26
- "name": "Attach sourcekit-lsp",
+ "name": "Attach sourcekit-lsp (debug)",
27
"program": "${workspaceFolder:sourcekit-lsp}/.build/debug/sourcekit-lsp",
28
"sourceLanguages": ["swift"],
29
"waitFor": true
0 commit comments