Add remote.portsAttributes

This commit is contained in:
bamurtaugh
2021-03-09 23:23:26 +00:00
parent f532765ae0
commit 26b54dfe6d

View File

@@ -28,7 +28,13 @@
"python.linting.mypyPath": "/usr/local/py-utils/bin/mypy", "python.linting.mypyPath": "/usr/local/py-utils/bin/mypy",
"python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle", "python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle",
"python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle", "python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle",
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint" "python.linting.pylintPath": "/usr/local/py-utils/bin/pylint",
"remote.portsAttributes": {
"9000": {
"label": "My Port",
"onAutoForward": "notify"
}
}
}, },
// Add the IDs of extensions you want installed when the container is created. // Add the IDs of extensions you want installed when the container is created.