Skip to content

Commit 7c9a0d1

Browse files
committed
Update swift plugin for vscode in dev container
feature/update-workflow
1 parent 93abc9a commit 7c9a0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lldb.library": "/usr/lib/liblldb.so"
2525
},
2626
// Add the IDs of extensions you want installed when the container is created.
27-
"extensions": ["sswg.swift-lang"]
27+
"extensions": ["swiftlang.swift-vscode"]
2828
}
2929
},
3030
// Use 'forwardPorts' to make a list of ports inside the container available locally.

0 commit comments

Comments
 (0)