Initial commit: Metro Warden TUI network operations center

This commit is contained in:
2026-03-22 21:33:40 -04:00
commit 98a17d9b7e
45 changed files with 4215 additions and 0 deletions
+24
View File
@@ -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"
]
}