Files
truecharts/.vscode/extensions.json
Stavros Kois 3007303db7 chore(docs): add markdownlint and cpell config files (and apply some linting) (#3140)
* chore(docs): apply some linting

* chore(docs): add markdownlint and cpell config files

* remove duplicate key

* add extension recommendation

* update cspell
2022-07-11 21:13:45 +02:00

10 lines
233 B
JSON

{
"recommendations": [
"streetsidesoftware.code-spell-checker",
"davidanson.vscode-markdownlint",
"editorconfig.editorconfig",
"ms-vscode-remote.remote-containers",
"rebornix.ruby"
]
}