File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 35
35
"enable" : true ,
36
36
"mode" : " all"
37
37
},
38
- // Optional list of working directories.
38
+ // An optional list of working directories or a setting on how those are auto-resolved.
39
+ //
39
40
// This setting will normally only be set per-project to provide a list of working
40
- // directories within that project that the server should consider as bases for resolving
41
- // the eslint configuration.
41
+ // directories. The server will consider those as bases for resolving // the eslint configuration.
42
+ //
42
43
// Refer to the `eslint.workingDirectories` documentation at https://github.com/Microsoft/vscode-eslint
43
44
// for more info.
45
+ //
44
46
// NOTE that the `{ "pattern": glob pattern }` variant is not supported in LSP-eslint.
45
47
"workingDirectories" : null
46
48
}
You can’t perform that action at this time.
0 commit comments