Skip to content

Commit ccd571c

Browse files
committed
Migrate workflow to SyntaxKit structure (#9)
1 parent 1837720 commit ccd571c

41 files changed

Lines changed: 1094 additions & 800 deletions

Some content is hidden

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

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Swift 6.2",
3-
"image": "swift:6.2",
2+
"name": "Swift 6.3",
3+
"image": "swift:6.3",
44
"features": {
55
"ghcr.io/devcontainers/features/common-utils:2": {
66
"installZsh": "false",
@@ -24,7 +24,7 @@
2424
"lldb.library": "/usr/lib/liblldb.so"
2525
},
2626
"extensions": [
27-
"sswg.swift-lang"
27+
"swift-server.swift"
2828
]
2929
}
3030
},

.devcontainer/swift-6.1/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lldb.library": "/usr/lib/liblldb.so"
2525
},
2626
"extensions": [
27-
"sswg.swift-lang"
27+
"swift-server.swift"
2828
]
2929
}
3030
},

.devcontainer/swift-6.2-nightly/devcontainer.json

Lines changed: 0 additions & 40 deletions
This file was deleted.

.devcontainer/swift-6.2/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lldb.library": "/usr/lib/liblldb.so"
2525
},
2626
"extensions": [
27-
"sswg.swift-lang"
27+
"swift-server.swift"
2828
]
2929
}
3030
},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Swift 6.1 Nightly",
3-
"image": "swiftlang/swift:nightly-6.1-noble",
2+
"name": "Swift 6.3",
3+
"image": "swift:6.3",
44
"features": {
55
"ghcr.io/devcontainers/features/common-utils:2": {
66
"installZsh": "false",
@@ -24,9 +24,9 @@
2424
"lldb.library": "/usr/lib/liblldb.so"
2525
},
2626
"extensions": [
27-
"sswg.swift-lang"
27+
"swift-server.swift"
2828
]
2929
}
3030
},
3131
"remoteUser": "root"
32-
}
32+
}

0 commit comments

Comments
 (0)