Commit 2f36350
committed
fix(editor): add notice for a possible restart when fixing
closes #12404
VSCode does not send the new filename case, when only renaming the file.
So `oxc_language_server` receives the wrong URI and still reports for `filename-case` rule.
Other language server had the problems, and everybody fixed it in VSCode. Because other editors are doing this "correct".
See the linked issues in my replies:
#12404 (comment)
Comment highlight of go: golang/go#61293 (comment)filename-case (#13557)1 parent 75a673e commit 2f36350
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
189 | 198 | | |
190 | 199 | | |
191 | 200 | | |
| |||
0 commit comments