Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ignore REPL views and Python syntax test files #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jfcherng
Copy link
Contributor

@jfcherng jfcherng commented Jul 13, 2024

Refs


I doubt whether this should be applied generally in upstream LSP or something. Only a very few clients will want to work on those views (e.g., LSP-copilot).

@LDAP
Copy link
Collaborator

LDAP commented Jul 14, 2024

Disabling in REPL could be done here but disabling in test files should be done in LSP imo.
Other opinions?

@jfcherng
Copy link
Contributor Author

jfcherng commented Jul 19, 2024

Since SublimeREPL is a 3rd-party package, whether we want to support auto disable it in upstream LSP can be discussed.

But syntax test is a ST built-in, I think it makes sense to disable that by default in upstream LSP indeed.

I've created a related issue in LSP repository: sublimelsp/LSP#2504

@jfcherng jfcherng mentioned this pull request Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants