Skip to content

Commit bee98d0

Browse files
authored
Use swiftlang.swift-vscode extension (#29)
1 parent 0c07d7e commit bee98d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Develop Swift based applications. Includes everything you need to get up and run
88

99
| Options Id | Description | Type | Default Value |
1010
|-----|-----|-----|-----|
11-
| imageVariant | Version of Swift | string | 5.10 |
11+
| imageVariant | Version of Swift | string | 6.0 |
1212

1313
This template uses the common-utils feature to implement some commonly implemented options including install zsh and updating packages. Edit the values in the `devcontainer.json` to enable these. More details on available options can be found [here](https://github.com/devcontainers/features/blob/main/src/common-utils/README.md).
1414

src/swift/.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
// Add the IDs of extensions you want installed when the container is created.
2929
"extensions": [
30-
"sswg.swift-lang"
30+
"swiftlang.swift-vscode"
3131
]
3232
}
3333
},

src/swift/devcontainer-template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "swift",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"name": "Swift",
55
"description": "Develop Swift based applications. Includes everything you need to get up and running.",
66
"documentationURL": "https://github.com/swift-server/swift-devcontainer-template/tree/main/README.md",

0 commit comments

Comments
 (0)