You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I save /repo/projectB/index.ts OXC VSCode extension does nothing, and I can see the following in the logs:
[2024-05-03T15:56:57Z DEBUG oxc_language_server] oxc server did save
[2024-05-03T15:56:57Z DEBUG oxc_language_server] ignored: file:///repo/projectB/index.ts
If I delete /repo/projectA/.gitignore, then VSCode extension correctly runs lint on that file.
The text was updated successfully, but these errors were encountered:
If a repo has multiple
.gitignore
files,oxc_language_server
will apply all patterns as if both file were in the root of the repo.Imagine the following project structure:
When I save
/repo/projectB/index.ts
OXC VSCode extension does nothing, and I can see the following in the logs:If I delete
/repo/projectA/.gitignore
, then VSCode extension correctly runs lint on that file.The text was updated successfully, but these errors were encountered: