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.159.0/containers/php/.devcontainer/base.Dockerfile
 | 
			
		||||
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.185.0/containers/php/.devcontainer/base.Dockerfile
 | 
			
		||||
 | 
			
		||||
# [Choice] PHP version: 8, 8.0, 7, 7.4, 7.3
 | 
			
		||||
ARG VARIANT="7"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
// 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.159.0/containers/php
 | 
			
		||||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.185.0/containers/php
 | 
			
		||||
{
 | 
			
		||||
	"name": "PHP",
 | 
			
		||||
	"build": {
 | 
			
		||||
@@ -14,7 +14,6 @@
 | 
			
		||||
	
 | 
			
		||||
	// Set *default* container specific settings.json values on container create.
 | 
			
		||||
	"settings": { 
 | 
			
		||||
		"terminal.integrated.shell.linux": "/bin/bash",
 | 
			
		||||
		"php.validate.executablePath": "/usr/local/bin/php"
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user