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/blob/v0.163.0/containers/python-3/.devcontainer/base.Dockerfile
 | 
					# See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/v0.185.0/containers/python-3/.devcontainer/base.Dockerfile
 | 
				
			||||||
ARG VARIANT="3"
 | 
					ARG VARIANT="3"
 | 
				
			||||||
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
 | 
					FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
 | 
					// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
 | 
				
			||||||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.163.0/containers/python-3
 | 
					// https://github.com/microsoft/vscode-dev-containers/tree/v0.185.0/containers/python-3
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	"name": "Python 3",
 | 
						"name": "Python 3",
 | 
				
			||||||
	"build": {
 | 
						"build": {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user