Skip to content

Commit 835256d

Browse files
committed
fix tabbing for "name"
1 parent bf8cf74 commit 835256d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/swift/.devcontainer/devcontainer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Swift",
2+
"name": "Swift",
33
"image": "swift:${templateOption:imageVariant}",
44
"features": {
55
"ghcr.io/devcontainers/features/common-utils:2": {
@@ -29,8 +29,7 @@
2929
},
3030
// Add the IDs of extensions you want installed when the container is created.
3131
"extensions": [
32-
"sswg.swift-lang",
33-
"vadimcn.vscode-lldb"
32+
"sswg.swift-lang"
3433
]
3534
}
3635
},

0 commit comments

Comments
 (0)