Commit 572f6b7
authored
chore: fix error in
The `overrideConfigFile` setting doesn't support template strings, so
VSCode was trying to look for a directory litterally named
`${workspaceFolder}` and failed.
This commit removes the setting entirely since it wasn't really needed as
VSCode would default to look for `eslint.config.mjs` (amongst other
variants) in the root directory eventually (traversing the directory
structure up). The important fix in the commit where this config option
was added was `workingDirectories`, which we keep..vscode/settings.json (#6977)1 parent 693f054 commit 572f6b7
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 2 | + | |
8 | 3 | | |
9 | 4 | | |
0 commit comments