Undo workspace ignore, as it's glitchy in the latest VS Code

This commit is contained in:
zikaeroh 2020-06-11 21:08:40 -07:00
parent b3bcd16b22
commit 6566ae22fd
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@
"source.fixAll.eslint": true
},
"files.exclude": {
"**/node_modules": true,
"frontend": true
"**/node_modules": true
},
"typescript.tsdk": "frontend/node_modules/typescript/lib"
}