settings.json
15 lines
| 427 B
| application/json
|
JsonLexer
/ .vscode / settings.json
|
|
r0 | { | |
| "java.configuration.updateBuildConfiguration": "disabled", | |||
| "tslint.enable": true, | |||
| "search.exclude": { | |||
| "**/node_modules": true, | |||
| "**/bower_components": true, | |||
| "/build": true | |||
| }, | |||
| "files.watcherExclude": { | |||
| "**/.git/objects/**": true, | |||
| "**/.git/subtree-cache/**": true, | |||
| "**/node_modules/**": true, | |||
| "/build": true | |||
| }, | |||
| "editor.minimap.enabled": false | |||
| } |
