Skip to content

Commit

Permalink
add necessary customizations
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley committed Feb 1, 2025
1 parent 987957b commit 9dbe13a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/dotnetaspire/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@
"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."
},
},
"customizations": {
"vscode": {
"extensions": [
"ms-dotnettools.csdevkit",
"ms-azuretools.vscode-bicep",
"GitHub.copilot-chat",
"GitHub.copilot"
],
"settings": {
"remote.autoForwardPorts": true,
"remote.autoForwardPortsSource": "hybrid",
"remote.otherPortsAttributes": {
"onAutoForward": "ignore"
}
}
}
},
"dependsOn": {
"ghcr.io/devcontainers/features/dotnet": {
"version": "8.0",
Expand Down

0 comments on commit 9dbe13a

Please sign in to comment.