Skip to content

Commit a99797e

Browse files
committed
Update documentation
1 parent a8ad975 commit a99797e

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

LSP-eslint.sublime-settings

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,13 @@
3535
"enable": true,
3636
"mode": "all"
3737
},
38+
// Optional list of working directories.
39+
// 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.
42+
// Refer to the `eslint.workingDirectories` documentation at https://github.com/Microsoft/vscode-eslint
43+
// for more info.
44+
// NOTE that the `{ "pattern": glob pattern }` variant is not supported in LSP-eslint.
45+
"workingDirectories": null
3846
}
3947
}

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,13 @@ Open configuration file using command palette with `Preferences: LSP-eslint Sett
1313

1414
Configuration file contains multiple configuration keys:
1515

16-
#### scopes
16+
#### languages
1717

18-
Defines which scopes ESLint can run in.
19-
20-
#### syntaxes
21-
22-
Defines which syntax files ESLint can run in.
18+
Defines on which types of files the ESLint server will run.
2319

2420
#### settings
2521

26-
ESLint configuration options. Refer to [documentation for VSCode extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint).
22+
ESLint configuration options. Refer to [documentation for VSCode extension](https://github.com/Microsoft/vscode-eslint).
2723

2824
### FAQ
2925

0 commit comments

Comments
 (0)