Skip to content

Commit

Permalink
docs: add recommended vscode extensions and fix spelling warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Correia committed Dec 30, 2024
1 parent 32d983a commit 0f331be
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"recommendations": [
"streetsidesoftware.code-spell-checker",
"ms-azuretools.vscode-docker",
"tamasfe.even-better-toml",
"rust-lang.rust-analyzer",
"dustypomerleau.rust-syntax",
"sidp.strict-whitespace"
]
}
17 changes: 16 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"cSpell.words": [
"cprintln"
"codegen",
"cprintln",
"debuginfo",
"fiars",
"getch",
"hehe",
"rpath"
],
"cSpell.ignorePaths": [
"package-lock.json",
"node_modules",
"vscode-extension",
".git",
".vscode",
".vscode-insiders",
"target"
]
}

0 comments on commit 0f331be

Please sign in to comment.