This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
containers/dotnetcore-2.2/.devcontainer Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " C# (.NET Core 2.2)" ,
3
3
"dockerFile" : " Dockerfile" ,
4
4
5
+ // Use 'settings' to set *default* container specific settings.json values on container create.
6
+ // You can edit these settings after create using File > Preferences > Settings > Remote.
7
+ "settings" : {
8
+ "terminal.integrated.shell.linux" : " /bin/bash"
9
+ },
10
+
5
11
// Uncomment the next line if you want to publish any ports.
6
12
// "appPort": [],
7
13
8
- // Uncomment the next line if you want to add in default container specific settings.json values
9
- // "settings": { "workbench.colorTheme": "Quiet Light" },
10
-
11
14
// Uncomment the next line to run commands after the container is created.
12
15
// "postCreateCommand": "dotnet restore"
13
16
16
19
// and USER_GID in .devcontainer/Dockerfile to match your user if not 1000.
17
20
// "runArgs": [ "-u", "vscode" ],
18
21
22
+ // Add the IDs of extensions you want installed when the container is created in the array below.
19
23
"extensions" : [
20
24
" ms-vscode.csharp"
21
25
]
You can’t perform that action at this time.
0 commit comments