Get ready to use VSCode IDE

This commit is contained in:
2024-11-15 13:44:27 -07:00
parent 08fcd985ea
commit 2d14254816
12 changed files with 923 additions and 3 deletions

View File

@ -0,0 +1,23 @@
{
"[markdown]": {
"editor.wordWrap": "off"
},
"files.exclude": {
"**/.git": false,
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"cSpell.words": [
"Acks",
"DENITED",
"Ecns",
"flintstone",
"Infineon",
"ITAR",
"Nullcc",
"TECN",
"TECNs"
]
}