Remove deprecated terminal setting
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.163.1/containers/javascript-node/.devcontainer/base.Dockerfile
 | 
					# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.185.0/containers/javascript-node/.devcontainer/base.Dockerfile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# [Choice] Node.js version: 14, 12, 10
 | 
					# [Choice] Node.js version: 14, 12, 10
 | 
				
			||||||
ARG VARIANT="14-buster"
 | 
					ARG VARIANT="14-buster"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
 | 
					// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
 | 
				
			||||||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.163.1/containers/javascript-node
 | 
					// https://github.com/microsoft/vscode-dev-containers/tree/v0.185.0/containers/javascript-node
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	"name": "Node.js",
 | 
						"name": "Node.js",
 | 
				
			||||||
	"build": {
 | 
						"build": {
 | 
				
			||||||
@@ -9,9 +9,7 @@
 | 
				
			|||||||
	},
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Set *default* container specific settings.json values on container create.
 | 
						// Set *default* container specific settings.json values on container create.
 | 
				
			||||||
	"settings": { 
 | 
						"settings": {},
 | 
				
			||||||
		"terminal.integrated.shell.linux": "/bin/bash"
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Add the IDs of extensions you want installed when the container is created.
 | 
						// Add the IDs of extensions you want installed when the container is created.
 | 
				
			||||||
	"extensions": [
 | 
						"extensions": [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user