Get ready to use VSCode IDE
This commit is contained in:
23
FabApprovalWorkerServiceTests/.vscode/settings.json
vendored
Normal file
23
FabApprovalWorkerServiceTests/.vscode/settings.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user