mirror of
https://github.com/copier-org/copier.git
synced 2025-05-05 15:32:54 +00:00
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:
parent
fd23923b5c
commit
e14f21c22b
8
.vscode/extensions.json
vendored
8
.vscode/extensions.json
vendored
@ -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"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user