Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 6a40f3b

Browse files
committed
Update comments, default terminal to bash
1 parent db512a8 commit 6a40f3b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

containers/dotnetcore-2.2/.devcontainer/devcontainer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
"name": "C# (.NET Core 2.2)",
33
"dockerFile": "Dockerfile",
44

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+
511
// Uncomment the next line if you want to publish any ports.
612
// "appPort": [],
713

8-
// Uncomment the next line if you want to add in default container specific settings.json values
9-
// "settings": { "workbench.colorTheme": "Quiet Light" },
10-
1114
// Uncomment the next line to run commands after the container is created.
1215
// "postCreateCommand": "dotnet restore"
1316

@@ -16,6 +19,7 @@
1619
// and USER_GID in .devcontainer/Dockerfile to match your user if not 1000.
1720
// "runArgs": [ "-u", "vscode" ],
1821

22+
// Add the IDs of extensions you want installed when the container is created in the array below.
1923
"extensions": [
2024
"ms-vscode.csharp"
2125
]

0 commit comments

Comments
 (0)