chore(misc): add Vscode suggestions (#1418)

Signed-off-by: GitHub <noreply@github.com>
pull/1419/head
Eric Nemchik 11 months ago committed by GitHub
parent e7a119e92c
commit 15cf05f0a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,16 @@
{
"recommendations": [
"aaron-bond.better-comments",
"streetsidesoftware.code-spell-checker",
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"oderwat.indent-rainbow",
"yzhang.markdown-all-in-one",
"davidanson.vscode-markdownlint",
"christian-kohler.path-intellisense",
"esbenp.prettier-vscode",
"redhat.vscode-xml",
"redhat.vscode-yaml"
]
}

@ -0,0 +1,5 @@
{
"files.associations": {
".pages": "yaml"
}
}
Loading…
Cancel
Save