File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " ai-chat-quickstart-csharp" ,
3
+ "image" : " mcr.microsoft.com/devcontainers/dotnet:1-8.0" ,
4
+ "features" : {
5
+ "ghcr.io/devcontainers/features/azure-cli:1" : {
6
+ "installBicep" : true ,
7
+ "version" : " latest"
8
+ },
9
+ "ghcr.io/azure/azure-dev/azd:latest" : {
10
+ "version" : " stable"
11
+ }
12
+ },
13
+ "customizations" : {
14
+ "vscode" : {
15
+ "extensions" : [
16
+ " ms-dotnettools.csdevkit" ,
17
+ " ms-dotnettools.vscode-dotnet-runtime" ,
18
+ " dbaeumer.vscode-eslint" ,
19
+ " esbenp.prettier-vscode" ,
20
+ " GitHub.vscode-github-actions" ,
21
+ " ms-azuretools.azure-dev" ,
22
+ " ms-azuretools.vscode-bicep" ,
23
+ " ms-azuretools.vscode-docker" ,
24
+ " ms-vscode.js-debug" ]
25
+ }
26
+ },
27
+ "forwardPorts" : [3000 , 3100 ],
28
+ "remoteUser" : " vscode" ,
29
+ "hostRequirements" : {
30
+ "memory" : " 8gb"
31
+ }
32
+ }
You can’t perform that action at this time.
0 commit comments