Renderer/.vscode/settings.json
2022-06-06 18:11:05 -04:00

7 lines
175 B
JSON

{
"java.configuration.updateBuildConfiguration": "automatic",
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/node_modules/**": true
}
}