Skip to content

Commit 83a761a

Browse files
minor corrections to vscode docs (#1080)
1 parent 4631ad7 commit 83a761a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/articles/getting-started-with-vscode-swift.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ which can include:
8181
![Package swift actions](/assets/images/getting-started-with-vscode-swift/language-features/package_actions.png)
8282

8383
<div class="warning" markdown="1">
84-
Before language features can be used you must perform a `swift build` command on your
85-
project either on the command line or using a task in VS Code. This populates the index in SourceKit-LSP.
84+
Prior to Swift 6.1 you must perform a `swift build` command on your project either
85+
on the command line or using a task in VS Code Before language features can be used.
86+
This populates the index in SourceKit-LSP.
8687
</div>
8788

8889
## Swift Tasks
@@ -142,10 +143,9 @@ target in your Swift package. You may configure these yourself by adding a
142143
{
143144
"configurations": [
144145
{
145-
"type": "lldb",
146+
"type": "swift",
146147
"name": "Debug swift-executable",
147148
"request": "launch",
148-
"sourceLanguages": ["swift"],
149149
"args": ["--hello", "world"],
150150
"cwd": "${workspaceFolder}",
151151
"program": "${workspaceFolder}/.build/debug/swift-executable",

0 commit comments

Comments
 (0)