We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35c84ed + 9128d0e commit 63d9bf7Copy full SHA for 63d9bf7
src/base-debian/.devcontainer/devcontainer.json
@@ -16,16 +16,6 @@
16
"ppa": "false"
17
}
18
},
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
- },
29
// Use 'forwardPorts' to make a list of ports inside the container available locally.
30
// "forwardPorts": [5000, 5001],
31
// [Optional] To reuse of your local HTTPS dev cert:
src/base-debian/manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.202.14",
+ "version": "0.202.15",
3
"variants": [
4
"buster",
5
"bullseye",
0 commit comments