Skip to content

Commit 87e4cf3

Browse files
authored
Update version number and remove useless swift --version call (#23)
1 parent 92e47d9 commit 87e4cf3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/swift/.devcontainer/devcontainer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
// Use 'forwardPorts' to make a list of ports inside the container available locally.
3737
// "forwardPorts": [],
3838

39-
// Use 'postCreateCommand' to run commands after the container is created.
40-
"postCreateCommand": "swift --version",
41-
4239
// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
4340
"remoteUser": "vscode"
4441
}

src/swift/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "swift",
3-
"version": "2.2.0",
3+
"version": "2.3.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)