chore(misc): add Vscode suggestions (#1418)
Signed-off-by: GitHub <noreply@github.com>pull/1419/head
parent
e7a119e92c
commit
15cf05f0a7
@ -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…
Reference in new issue