Skip to content

Commit 9dbe13a

Browse files
committed
add necessary customizations
1 parent 987957b commit 9dbe13a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/dotnetaspire/devcontainer-feature.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,23 @@
1616
"description": "Select or enter a .NET Aspire version. Use 'latest' for the latest supported version, '9.0' for the 9.0 version, 'X.Y' or 'X.Y.Z' for a specific version, or 'latest-daily' for the latest unsupported build."
1717
},
1818
},
19+
"customizations": {
20+
"vscode": {
21+
"extensions": [
22+
"ms-dotnettools.csdevkit",
23+
"ms-azuretools.vscode-bicep",
24+
"GitHub.copilot-chat",
25+
"GitHub.copilot"
26+
],
27+
"settings": {
28+
"remote.autoForwardPorts": true,
29+
"remote.autoForwardPortsSource": "hybrid",
30+
"remote.otherPortsAttributes": {
31+
"onAutoForward": "ignore"
32+
}
33+
}
34+
}
35+
},
1936
"dependsOn": {
2037
"ghcr.io/devcontainers/features/dotnet": {
2138
"version": "8.0",

0 commit comments

Comments
 (0)