Skip to content

Commit 475ae7c

Browse files
authored
v0.0.4 (#147)
* Cleaning up Parser Code (#103) * Add SwiftSyntax LLM Documentation (#104) * Upload LLM Content for SwiftSyntax * Update Swift-Build Version * Delete TreeNodeProtocol+Extensions.swift * Optimize CI workflows with dynamic matrix and cache cleanup (#129) * Update swift-build v1.5.4 (#142) * Updating Docker Images (#145) * Migrate from Mint to mise for tool management (#139) * Updating Copyright to 2026 (#146)
1 parent 1bd7f84 commit 475ae7c

File tree

211 files changed

+30692
-1007
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+30692
-1007
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Swift",
3-
"image": "swift:6.1",
3+
"image": "swift:6.3",
44
"features": {
55
"ghcr.io/devcontainers/features/common-utils:2": {
66
"installZsh": "false",
@@ -28,7 +28,7 @@
2828
},
2929
// Add the IDs of extensions you want installed when the container is created.
3030
"extensions": [
31-
"sswg.swift-lang"
31+
"swiftlang.swift-vscode"
3232
]
3333
}
3434
},

.devcontainer/swift-6.0/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
// Add the IDs of extensions you want installed when the container is created.
3030
"extensions": [
31-
"sswg.swift-lang"
31+
"swiftlang.swift-vscode"
3232
]
3333
}
3434
},

.devcontainer/swift-6.1/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
// Add the IDs of extensions you want installed when the container is created.
3030
"extensions": [
31-
"sswg.swift-lang"
31+
"swiftlang.swift-vscode"
3232
]
3333
}
3434
},

.devcontainer/swift-6.1-nightly/devcontainer.json renamed to .devcontainer/swift-6.2/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Swift",
3-
"image": "swift:6.1",
3+
"image": "swift:6.2",
44
"features": {
55
"ghcr.io/devcontainers/features/common-utils:2": {
66
"installZsh": "false",
@@ -28,7 +28,7 @@
2828
},
2929
// Add the IDs of extensions you want installed when the container is created.
3030
"extensions": [
31-
"sswg.swift-lang"
31+
"swiftlang.swift-vscode"
3232
]
3333
}
3434
},

.devcontainer/swift-6.2-nightly/devcontainer.json renamed to .devcontainer/swift-6.3/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Swift",
3-
"image": "swiftlang/swift:nightly-6.2-noble",
3+
"image": "swift:6.3",
44
"features": {
55
"ghcr.io/devcontainers/features/common-utils:2": {
66
"installZsh": "false",
@@ -28,7 +28,7 @@
2828
},
2929
// Add the IDs of extensions you want installed when the container is created.
3030
"extensions": [
31-
"sswg.swift-lang"
31+
"swiftlang.swift-vscode"
3232
]
3333
}
3434
},

0 commit comments

Comments
 (0)