Update remote ports and readme

This commit is contained in:
bamurtaugh
2021-03-16 15:40:01 +00:00
parent bb467b2730
commit f218ebf147
2 changed files with 9 additions and 8 deletions

View File

@@ -28,13 +28,7 @@
"python.linting.mypyPath": "/usr/local/py-utils/bin/mypy",
"python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle",
"python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle",
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint",
"remote.portsAttributes": {
"9000": {
"label": "My Port",
"onAutoForward": "notify"
}
}
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint"
},
// Add the IDs of extensions you want installed when the container is created.
@@ -48,6 +42,13 @@
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install -r requirements.txt",
"portsAttributes": {
"9000": {
"label": "Hello Remote World",
"onAutoForward": "notify"
}
},
// Comment out to connect as root instead.
"remoteUser": "vscode"
}