build(vscode-extensions): update recommendations

Using builtin prettier and ruff extensions is of no help because we use devenv.

Instead, pre-commit and nix-ide extensions integrate perfectly out of the box.

Thus, updating recommendations.
This commit is contained in:
Jairo Llopis 2024-12-03 14:02:19 +01:00 committed by Sigurd Spieckermann
parent fd23923b5c
commit e14f21c22b

View File

@ -1,9 +1,9 @@
{
"recommendations": [
"charliermarsh.ruff",
"esbenp.prettier-vscode",
"ms-python.python",
"bpruitt-goddard.mermaid-markdown-syntax-highlighting",
"editorconfig.editorconfig",
"bpruitt-goddard.mermaid-markdown-syntax-highlighting"
"elagil.pre-commit-helper",
"jnoortheen.nix-ide",
"ms-python.python"
]
}