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:
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" ,
You can’t perform that action at this time.
0 commit comments