added sumneko.lua
and davidanson.vscode-markdownlint
, removed ms-python.isort
and ms-python.flake8
(ruff does both)
This commit is contained in:
parent
ca10ceff30
commit
794380df2d
1 changed files with 4 additions and 2 deletions
|
@ -51,8 +51,6 @@
|
|||
ms-python.vscode-pylance
|
||||
ms-python.debugpy
|
||||
ms-python.black-formatter
|
||||
ms-python.isort
|
||||
ms-python.flake8
|
||||
charliermarsh.ruff
|
||||
matangover.mypy
|
||||
|
||||
|
@ -63,6 +61,9 @@
|
|||
gregorbiswanger.json2ts
|
||||
vendicated.vencord-companion
|
||||
|
||||
# Lua
|
||||
sumneko.lua
|
||||
|
||||
# Luau
|
||||
evaera.vscode-rojo
|
||||
undermywheel.roblox-lua
|
||||
|
@ -127,6 +128,7 @@
|
|||
# Misc - Linters
|
||||
tekumara.typos-vscode
|
||||
stylelint.vscode-stylelint
|
||||
davidanson.vscode-markdownlint
|
||||
|
||||
# Misc - Formatters
|
||||
esbenp.prettier-vscode
|
||||
|
|
Loading…
Reference in a new issue