mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-24 11:54:46 +01:00
Add some extensions and enable Python linting in devcontainer
Signed-off-by: Marek Pikuła <marek.pikula@embevity.com>
This commit is contained in:
@@ -21,13 +21,24 @@
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"bungcip.better-toml",
|
||||
"github.vscode-github-actions"
|
||||
"charliermarsh.ruff",
|
||||
"github.vscode-github-actions",
|
||||
"GitHub.vscode-pull-request-github",
|
||||
"mhutchie.git-graph",
|
||||
"ms-azuretools.vscode-docker",
|
||||
"njpwerner.autodocstring",
|
||||
"redhat.vscode-yaml",
|
||||
]
|
||||
"streetsidesoftware.code-spell-checker"
|
||||
],
|
||||
"settings": {
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
|
||||
"python.venvPath": "${workspaceFolder}/.venv",
|
||||
"python.formatting.blackPath": "${workspaceFolder}/.venv/bin/black",
|
||||
"python.linting.mypyPath": "${workspaceFolder}/.venv/bin/mypy",
|
||||
"python.linting.mypyEnabled": true,
|
||||
"python.linting.pylintPath": "${workspaceFolder}/.venv/bin/pylint",
|
||||
"python.linting.pylintEnabled": true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user