mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
18 lines
No EOL
410 B
JSON
18 lines
No EOL
410 B
JSON
{
|
|
"typescript.tsdk": "./node_modules/typescript/lib",
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/dist": true,
|
|
"**/out": true
|
|
},
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/.DS_Store": true,
|
|
"**/node_modules": true,
|
|
"**/dist": true,
|
|
"**/out": true
|
|
},
|
|
"editor.tabSize": 2
|
|
} |