You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// CSpell: https://cspell.org/
{
// Version of the setting file. Always 0.2"version": "0.2",
// current active spelling language"language": "en",
// list of globs to specify which files are to be ignored."ignorePaths": [
"node_modules/**",
"vscode-extension/**",
".git/objects/**",
".vscode/**",
".vscode-insiders/**"
],
// list of words to be always considered correct"words": [
"skyshare",
"ogp",
"Authorication",
"upstash",
"predeploy",
"bluesky",
"pagedb",
"atproto",
"atprotocol",
"astro",
"astrojs",
"partytown",
"rkey",
"appspot",
"ogpdev",
"ogpprod",
"eddb",
"editdb"
],
"enableFiletypes": [
"json",
"css",
"node",
"md",
"typescript",
"js"
]
}
Where and how it seems bad?
コラボレーターのみなさんがTypoのチェックを簡単にできるように、スペルチェッカー CSPell の導入を提案します
https://cspell.org/
What it shoud become?
得られる結果
streetsidesoftware.code-spell-checker
が推奨に挙がるのでコントリビューターに導入してもらいやすくなります行うこと
VSCode拡張 と、CSpell 用のConfigfileを1ファイルワークスペース内に追加します。具体的には次の内容です。
.vscode/cspell.json
.vscode/extensions.json
The text was updated successfully, but these errors were encountered: