Skip to content

Commit

Permalink
chore: follow base template config
Browse files Browse the repository at this point in the history
Re-added (accidentally?) reverted LLDB extension
  • Loading branch information
kphrx committed Sep 26, 2024
1 parent 83ac565 commit d907dbc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion templates/nightly/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"sswg.swift-lang",
"vadimcn.vscode-lldb",
"vknabel.vscode-apple-swift-format"
]
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "swift --version",
// "postCreateCommand": "swift --version",
// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
}
2 changes: 1 addition & 1 deletion templates/nightly/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nightly",
"version": "1.3.1",
"version": "1.4",
"name": "Swift nightly version",
"options": {
"imageVariant": {
Expand Down
3 changes: 2 additions & 1 deletion templates/stable/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"sswg.swift-lang",
"vadimcn.vscode-lldb",
"vknabel.vscode-apple-swift-format"
]
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "swift --version",
// "postCreateCommand": "swift --version",
// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
}
2 changes: 1 addition & 1 deletion templates/stable/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "stable",
"version": "1.2.2",
"version": "1.3",
"name": "Swift stable version",
"options": {
"imageVariant": {
Expand Down

0 comments on commit d907dbc

Please sign in to comment.