File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,9 @@ which can include:
81
81
![ Package swift actions] ( /assets/images/getting-started-with-vscode-swift/language-features/package_actions.png )
82
82
83
83
<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.
86
87
</div >
87
88
88
89
## Swift Tasks
@@ -142,10 +143,9 @@ target in your Swift package. You may configure these yourself by adding a
142
143
{
143
144
"configurations" : [
144
145
{
145
- "type" : " lldb " ,
146
+ "type" : " swift " ,
146
147
"name" : " Debug swift-executable" ,
147
148
"request" : " launch" ,
148
- "sourceLanguages" : [" swift" ],
149
149
"args" : [" --hello" , " world" ],
150
150
"cwd" : " ${workspaceFolder}" ,
151
151
"program" : " ${workspaceFolder}/.build/debug/swift-executable" ,
You can’t perform that action at this time.
0 commit comments