eliminate devcontainer commented line

This commit is contained in:
jimmoffet
2022-08-15 16:37:17 -07:00
parent eaeacc265c
commit 71b742bf2a

View File

@@ -13,12 +13,11 @@
},
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.flake8Enabled": true,
"python.pythonPath": "/usr/local/bin/python",
"python.linting.flake8Path": "/usr/local/py-utils/bin/flake8",
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint",
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",
// "python.linting.pylintPath": "/usr/local/share/pip-global/bin/pylint"
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8"
},
"extensions": [
"donjayamanne.python-extension-pack",
@@ -36,4 +35,4 @@
],
"postCreateCommand": "chmod u+x devcontainer-admin/scripts/notify-admin-entrypoint.sh && ./devcontainer-admin/scripts/notify-admin-entrypoint.sh",
"remoteUser": "vscode"
}
}