packwiz-installer/.vscode/settings.json
2019-06-21 16:14:25 +01:00

9 lines
187 B
JSON

{
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"java.configuration.updateBuildConfiguration": "interactive"
}