-
Notifications
You must be signed in to change notification settings - Fork 49
Bug: Type Issue in Angular Project #442
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
Comments
Hi @rgant, could you provide your |
|
@rgant Unfortunately, I could not replicate your error:
Errors are displayed correctly. Could you please:
|
Sorry, I was not clear. The issue is in the Language Server I am using in my editor reports this issue when opening the |
I have not been able to reproduce the problem either. It would be great if you could create a small repository where we could see the problem. |
I don't use Sublime, so it's unfortunately not straightforward to reproduce for me. |
Sorry, this does not have anything to do with the execution of ![]() My hope was that just the error message would indicate a source of the problem or solution. The only case of this message I can find on the web is here. But it is unclear to me how those changes solved the issue. If you want to do all that setup, then the code is here. But it sounds like the best thing to do is just close this ticket. |
@rgant If you remove the perfectionist import, do you still get the error for other modules? |
This is the only plugin with this exact issue.
All these plugins function correctly when running |
Can you run type check via terminal?
And do you have the ability to create a repository to reproduce the problem? |
I created a new minimal repo. As you say this is an issue with Sublime-LSP. In this version I do not see the large error message, however I am unable to "Goto Type Definition" or "Goto Definition" on LSP logs
I'll try to ask the developers of inkonchain/docs about the error message they resolved to see if there is more information. And I'll open a ticket with Sublime-LSP about this issue. However, at this point I plan to move on from the issue as I rarely open the eslint.config.js file so this message is not currently impacting my workflow significantly. |
Describe the bug
Started a new Angular v19 project and am getting the following error in my LSP when importing
eslint-plugin-perfectionist
:Code example
My eslint.config.js:
ESLint version
v9.17.0
ESLint Plugin Perfectionist version
v4.6.0
Additional comments
My tsconfig:
Validations
The text was updated successfully, but these errors were encountered: