Move settings to devcontainer.json

This commit is contained in:
Chuck Lantz
2019-05-28 20:17:31 +00:00
parent a8f05c10c6
commit 9e2d16b521
3 changed files with 4 additions and 7 deletions

View File

@@ -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