2019-05-25 13:46:07 +03:00
|
|
|
{
|
2020-04-10 11:12:00 +03:00
|
|
|
"eslint.validate": [
|
|
|
|
"javascript",
|
|
|
|
"javascriptreact"
|
2021-01-27 00:40:38 +03:00
|
|
|
],
|
2023-06-30 09:10:25 +03:00
|
|
|
"java.configuration.updateBuildConfiguration": "automatic",
|
2021-01-27 00:40:38 +03:00
|
|
|
"files.exclude": {
|
|
|
|
"**/.classpath": true,
|
|
|
|
"**/.project": true,
|
|
|
|
"**/.settings": true,
|
|
|
|
"**/.factorypath": true
|
2021-02-03 11:27:43 +03:00
|
|
|
},
|
|
|
|
"workbench.colorCustomizations": {
|
|
|
|
"editorUnnecessaryCode.border": "#dd7aab"
|
2023-11-02 10:07:22 +03:00
|
|
|
},
|
|
|
|
"java.compile.nullAnalysis.mode": "automatic"
|
2019-05-25 13:46:07 +03:00
|
|
|
}
|