mirror of
https://github.com/samjage/metro-warden.git
synced 2026-06-06 04:20:42 +00:00
Initial commit: Metro Warden TUI network operations center
This commit is contained in:
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"recommendations": [
|
||||
// Python
|
||||
"ms-python.python",
|
||||
"ms-python.black-formatter",
|
||||
"ms-python.pylint",
|
||||
|
||||
// Better error highlighting and type checking
|
||||
"ms-pyright.pyright",
|
||||
|
||||
// Git decorations in the gutter
|
||||
"eamodio.gitlens",
|
||||
|
||||
// Colored indent guides — crucial for reading Python
|
||||
"oderwat.indent-rainbow",
|
||||
|
||||
// Highlight TODO/FIXME/HACK comments
|
||||
"gruntfuss.vscode-phpdoc-comment-snippets",
|
||||
"wayou.vscode-todo-highlight",
|
||||
|
||||
// TOML support (config/defaults.toml)
|
||||
"tamasfe.even-better-toml"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user