shapez.io/electron/electron.code-workspace
2020-05-21 13:05:21 +02:00

13 lines
No EOL
142 B
Text

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/node_modules": true,
"**/typedefs_gen": true
}
}
}