Move settings to devcontainer.json
This commit is contained in:
		@@ -5,9 +5,6 @@
 | 
			
		||||
 | 
			
		||||
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
 | 
			
		||||
RUN pip install pylint
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user