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

Commit 1bdd958

Browse files
authored
Remove pre-set terminal setting once 1.57 is released (#860)
1 parent 9c9be2d commit 1bdd958

File tree

79 files changed

+59
-184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+59
-184
lines changed

container-templates/docker-compose/.devcontainer/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
"workspaceFolder": "/workspace",
1414

1515
// Set *default* container specific settings.json values on container create.
16-
"settings": {
17-
"terminal.integrated.shell.linux": null
18-
},
16+
"settings": {},
1917

2018
// Add the IDs of extensions you want installed when the container is created.
2119
"extensions": [],

container-templates/dockerfile/.devcontainer/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
},
1010

1111
// Set *default* container specific settings.json values on container create.
12-
"settings": {
13-
"terminal.integrated.shell.linux": null
14-
},
12+
"settings": {},
1513

1614
// Add the IDs of extensions you want installed when the container is created.
1715
"extensions": [],

container-templates/image/.devcontainer/devcontainer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
"image": "mcr.microsoft.com/vscode/devcontainers/base:debian-10",
66

77
// Set *default* container specific settings.json values on container create.
8-
"settings": {
9-
// If you are using an Alpine-based image, change this to /bin/ash
10-
"terminal.integrated.shell.linux": "/bin/bash"
11-
},
8+
"settings": {},
129

1310
// Add the IDs of extensions you want installed when the container is created.
1411
"extensions": [],

containers/alpine/.devcontainer/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
},
88

99
// Set *default* container specific settings.json values on container create.
10-
"settings": {
11-
"terminal.integrated.shell.linux": "/bin/bash"
12-
},
10+
"settings": {},
1311

1412
// Add the IDs of extensions you want installed when the container is created.
1513
// Note that some extensions may not work in Alpine Linux. See https://aka.ms/vscode-remote/linux.

containers/azure-ansible/.devcontainer/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
"overrideCommand": false,
1717

1818
// Set *default* container specific settings.json values on container create.
19-
"settings": {
20-
"terminal.integrated.shell.linux": "/bin/bash"
21-
},
19+
"settings": {},
2220

2321
// Add the IDs of extensions you want installed when the container is created.
2422
"extensions": [

containers/azure-bicep/.devcontainer/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"dockerFile": "Dockerfile",
44

55
// Set *default* container specific settings.json values on container create.
6-
"settings": {
7-
"terminal.integrated.shell.linux": "/bin/bash"
8-
},
6+
"settings": {},
97

108
// Add the IDs of extensions you want installed when the container is created.
119
"extensions": [

containers/azure-cli/.devcontainer/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"dockerFile": "Dockerfile",
44

55
// Set *default* container specific settings.json values on container create.
6-
"settings": {
7-
"terminal.integrated.shell.linux": "/bin/bash"
8-
},
6+
"settings": {},
97

108
// Add the IDs of extensions you want installed when the container is created.
119
"extensions": [

containers/azure-functions-dotnetcore-2.1/.devcontainer/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"forwardPorts": [ 7071 ],
55

66
// Set *default* container specific settings.json values on container create.
7-
"settings": {
8-
"terminal.integrated.shell.linux": "/bin/bash"
9-
},
7+
"settings": {},
108

119
// Add the IDs of extensions you want installed when the container is created.
1210
"extensions": [

containers/azure-functions-dotnetcore-3.1/.devcontainer/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"forwardPorts": [ 7071 ],
55

66
// Set *default* container specific settings.json values on container create.
7-
"settings": {
8-
"terminal.integrated.shell.linux": "/bin/bash"
9-
},
7+
"settings": {},
108

119
// Add the IDs of extensions you want installed when the container is created.
1210
"extensions": [

containers/azure-functions-java-11/.devcontainer/devcontainer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
// Set *default* container specific settings.json values on container create.
77
"settings": {
8-
"terminal.integrated.shell.linux": "/bin/bash",
98
"java.home": "/usr/lib/jvm/zulu-11-azure-amd64"
109
},
1110

0 commit comments

Comments
 (0)