settings.json
20 lines
| 552 B
| application/json
|
JsonLexer
/ .vscode / settings.json
|
|
r33 | { | |
| "java.configuration.updateBuildConfiguration": "disabled", | |||
|
|
r38 | "search.exclude": { | |
| "**/node_modules": true, | |||
| "**/bower_components": true, | |||
| "/build": true | |||
| }, | |||
| "files.watcherExclude": { | |||
| "**/.git/objects/**": true, | |||
| "**/.git/subtree-cache/**": true, | |||
| "**/node_modules/**": true, | |||
| "/build": true | |||
|
|
r64 | }, | |
|
|
r90 | "editor.minimap.enabled": false, | |
| "files.exclude": { | |||
| "**/.classpath": true, | |||
| "**/.project": true, | |||
| "**/.settings": true, | |||
| "**/.factorypath": true | |||
| } | |||
|
|
r33 | } |
