2017-07-13 05:12:20 +03:00
|
|
|
{
|
2017-10-23 05:28:08 +03:00
|
|
|
// Place your settings in this file to overwrite default and user settings.
|
|
|
|
"purescript.addNpmPath": true,
|
2017-10-02 05:39:49 +03:00
|
|
|
"purescript.buildCommand": "pulp build --build-path dist -- --json-errors",
|
2017-10-23 05:28:08 +03:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"search.exclude": {
|
|
|
|
"**/.git": true,
|
|
|
|
"**/node_modules": true,
|
|
|
|
"**/bower_components": true,
|
|
|
|
"**/tmp": true,
|
|
|
|
"output": true,
|
|
|
|
"**/obj": true,
|
|
|
|
"**/bin": true,
|
|
|
|
"test/inputs": true,
|
|
|
|
"test/runs": true,
|
|
|
|
"app/build": true,
|
|
|
|
"elm-stuff": true,
|
|
|
|
"dist": true
|
|
|
|
},
|
|
|
|
"java.configuration.updateBuildConfiguration": "automatic"
|
2017-10-02 05:39:49 +03:00
|
|
|
}
|