Skip to content

Commit a0237c0

Browse files
committed
doc tweask
1 parent a99797e commit a0237c0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

LSP-eslint.sublime-settings

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@
3535
"enable": true,
3636
"mode": "all"
3737
},
38-
// Optional list of working directories.
38+
// An optional list of working directories or a setting on how those are auto-resolved.
39+
//
3940
// 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+
//
4243
// Refer to the `eslint.workingDirectories` documentation at https://github.com/Microsoft/vscode-eslint
4344
// for more info.
45+
//
4446
// NOTE that the `{ "pattern": glob pattern }` variant is not supported in LSP-eslint.
4547
"workingDirectories": null
4648
}

0 commit comments

Comments
 (0)