updated extension_installer.py

This commit is contained in:
Richie Cahill 2024-07-05 15:56:25 -04:00
parent e0aefac61a
commit b9fffd3c96
2 changed files with 4 additions and 1 deletions

View File

@ -46,6 +46,7 @@
"cuda", "cuda",
"darkreader", "darkreader",
"datareporting", "datareporting",
"davidanson",
"dbus", "dbus",
"dearrow", "dearrow",
"devicemap", "devicemap",
@ -119,6 +120,7 @@
"lsnew", "lsnew",
"luks", "luks",
"lynis", "lynis",
"markdownlint",
"mechatroner", "mechatroner",
"mediainfo", "mediainfo",
"modesetting", "modesetting",

View File

@ -16,7 +16,7 @@ def main():
# git # git
"codezombiech.gitignore", "codezombiech.gitignore",
"eamodio.gitlens", "eamodio.gitlens",
"GitHub.vscode-github-actions" "GitHub.vscode-github-actions",
# python # python
"charliermarsh.ruff", "charliermarsh.ruff",
"ms-python.python", "ms-python.python",
@ -24,6 +24,7 @@ def main():
# rust # rust
"rust-lang.rust-analyzer", "rust-lang.rust-analyzer",
# MD # MD
"davidanson.vscode-markdownlint",
"yzhang.markdown-all-in-one", "yzhang.markdown-all-in-one",
# configs # configs
"redhat.vscode-yaml", "redhat.vscode-yaml",