chore: add VSCode settings and update README.md (markdown-lint) (#209)

* chore: add VSCode settings and update README for clarity**

### CHANGES
- Add recommended extensions for VSCode in `extensions.json`
- Create `settings.json` for custom spell-checker words
- Update README to specify plaintext in code block

* chore: add other technical words to cspell dictionary

---------

Co-authored-by: Brian <bmadcode@gmail.com>
This commit is contained in:
Kayvan Sylvan
2025-06-13 17:35:17 -07:00
committed by GitHub
parent 7c71e1f815
commit fdfaa1f81f
3 changed files with 47 additions and 1 deletions

6
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"recommendations": [
"davidanson.vscode-markdownlint",
"streetsidesoftware.code-spell-checker"
]
}