mirror of
https://github.com/swift-server/swift-devcontainer-template.git
synced 2026-05-03 07:12:26 +00:00
Add Swift 6.3, force swift path (#34)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user