Move settings to devcontainer.json
This commit is contained in:
		@@ -5,9 +5,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
FROM python:3
 | 
					FROM python:3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Copy default endpoint specific user settings overrides into container to specify Python path
 | 
					 | 
				
			||||||
COPY .devcontainer/settings.vscode.json /root/.vscode-remote/data/Machine/settings.json
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Install pylint
 | 
					# Install pylint
 | 
				
			||||||
RUN pip install pylint
 | 
					RUN pip install pylint
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,5 +5,8 @@
 | 
				
			|||||||
	"context": "..",
 | 
						"context": "..",
 | 
				
			||||||
	"extensions": [
 | 
						"extensions": [
 | 
				
			||||||
		"ms-python.python"
 | 
							"ms-python.python"
 | 
				
			||||||
	]
 | 
						],
 | 
				
			||||||
 | 
						"settings": {
 | 
				
			||||||
 | 
							"python.pythonPath": "/usr/local/bin/python"
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,3 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
    "python.pythonPath": "/usr/local/bin/python"
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user