sorted vscode extensions and added supermaven

This commit is contained in:
Richie Cahill 2024-06-27 20:42:59 -04:00
parent b6672029e6
commit e6cacdccc1
2 changed files with 8 additions and 7 deletions

View File

@ -161,6 +161,7 @@
"sshconfig", "sshconfig",
"subresource", "subresource",
"substituters", "substituters",
"supermaven",
"sysstat", "sysstat",
"tabmanager", "tabmanager",
"tamasfe", "tamasfe",

View File

@ -4,18 +4,18 @@ from subprocess import run
def main(): def main():
extensions = ( extensions = (
# vscode # vscode
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-containers",
"ms-azuretools.vscode-docker", "ms-azuretools.vscode-docker",
"ms-vsliveshare.vsliveshare", "ms-vscode-remote.remote-containers",
"ms-vscode-remote.remote-ssh",
"ms-vscode.hexeditor", "ms-vscode.hexeditor",
"ms-vsliveshare.vsliveshare",
"oderwat.indent-rainbow", "oderwat.indent-rainbow",
"usernamehw.errorlens",
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",
"github.copilot", "supermaven.supermaven",
"usernamehw.errorlens",
# git # git
"eamodio.gitlens",
"codezombiech.gitignore", "codezombiech.gitignore",
"eamodio.gitlens",
# python # python
"charliermarsh.ruff", "charliermarsh.ruff",
"ms-python.python", "ms-python.python",
@ -25,8 +25,8 @@ def main():
# MD # MD
"yzhang.markdown-all-in-one", "yzhang.markdown-all-in-one",
# configs # configs
"tamasfe.even-better-toml",
"redhat.vscode-yaml", "redhat.vscode-yaml",
"tamasfe.even-better-toml",
# shell # shell
"timonwong.shellcheck", "timonwong.shellcheck",
"foxundermoon.shell-format", "foxundermoon.shell-format",