Skip to content

Commit 63d9bf7

Browse files
Merge pull request devcontainers#172 from devcontainers/samruddhikhandale/remove-extension
base-debian - remove customizations
2 parents 35c84ed + 9128d0e commit 63d9bf7

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

src/base-debian/.devcontainer/devcontainer.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@
1616
"ppa": "false"
1717
}
1818
},
19-
// Configure tool-specific properties.
20-
"customizations": {
21-
// Configure properties specific to VS Code.
22-
"vscode": {
23-
// Add the IDs of extensions you want installed when the container is created.
24-
"extensions": [
25-
"ms-dotnettools.csharp"
26-
]
27-
}
28-
},
2919
// Use 'forwardPorts' to make a list of ports inside the container available locally.
3020
// "forwardPorts": [5000, 5001],
3121
// [Optional] To reuse of your local HTTPS dev cert:

src/base-debian/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.202.14",
2+
"version": "0.202.15",
33
"variants": [
44
"buster",
55
"bullseye",

0 commit comments

Comments
 (0)