Add Swift 6.3, force swift path (#34)

This commit is contained in:
Adam Fowler
2026-04-08 12:58:13 +01:00
committed by GitHub
parent 8330a779e9
commit 6c7dca47c8
2 changed files with 4 additions and 2 deletions
@@ -23,6 +23,7 @@
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {
"swift.path": "/usr/bin",
"lldb.library": "/usr/lib/liblldb.so"
},
// Add the IDs of extensions you want installed when the container is created.
+3 -2
View File
@@ -1,6 +1,6 @@
{
"id": "swift",
"version": "2.7.0",
"version": "2.8.0",
"name": "Swift",
"description": "Develop Swift based applications. Includes everything you need to get up and running.",
"documentationURL": "https://github.com/swift-server/swift-devcontainer-template/tree/main/README.md",
@@ -11,6 +11,7 @@
"type": "string",
"description": "Swift version:",
"proposals": [
"6.3",
"6.2",
"6.1",
"6.0",
@@ -25,7 +26,7 @@
"5.2",
"5.1"
],
"default": "6.2"
"default": "6.3"
}
},
"platforms": [