vscode-create-project/.vscode/settings.json

12 lines
174 B
JSON

{
"files.exclude": {
"out": false
},
"search.exclude": {
"out": true
},
"typescript.tsc.autoDetect": "off",
"cSpell.words": [
"vsprojectidejson"
]
}