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.
2 parents a0c6c6e + 1b642d3 commit 888d88cCopy full SHA for 888d88c
.vscode/launch.json
@@ -4,7 +4,8 @@
4
"type": "swift",
5
"request": "launch",
6
"name": "Debug sourcekit-lsp",
7
- "program": "${workspaceFolder:sourcekit-lsp}/.build/debug/sourcekit-lsp",
+ "target": "sourcekit-lsp",
8
+ "configuration": "debug",
9
"args": [],
10
"cwd": "${workspaceFolder:sourcekit-lsp}",
11
"preLaunchTask": "swift: Build Debug sourcekit-lsp"
@@ -13,7 +14,8 @@
13
14
15
16
"name": "Release sourcekit-lsp",
- "program": "${workspaceFolder:sourcekit-lsp}/.build/release/sourcekit-lsp",
17
18
+ "configuration": "release",
19
20
21
"preLaunchTask": "swift: Build Release sourcekit-lsp"
0 commit comments