-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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 activation of linters on unopened files caused by markdown plugin #80506
Conversation
…markdown extension opening TextDocuments during indexing
extensions/markdown-language-features/src/commands/openDocumentLink.ts
Outdated
Show resolved
Hide resolved
extensions/markdown-language-features/src/features/workspaceSymbolProvider.ts
Outdated
Show resolved
Hide resolved
extensions/markdown-language-features/src/features/workspaceSymbolProvider.ts
Outdated
Show resolved
Hide resolved
extensions/markdown-language-features/src/features/workspaceSymbolProvider.ts
Outdated
Show resolved
Hide resolved
extensions/markdown-language-features/src/tableOfContentsProvider.ts
Outdated
Show resolved
Hide resolved
extensions/markdown-language-features/src/tableOfContentsProvider.ts
Outdated
Show resolved
Hide resolved
extensions/markdown-language-features/src/tableOfContentsProvider.ts
Outdated
Show resolved
Hide resolved
@mjbvz Do you have any other things to fix in the review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going in the correct direction but want to make sure we don't make the more common uses of TableOfContentsProvider
more inefficient. Let me know if you have any questions about the comments
extensions/markdown-language-features/src/features/workspaceSymbolProvider.ts
Outdated
Show resolved
Hide resolved
extensions/markdown-language-features/src/tableOfContentsProvider.ts
Outdated
Show resolved
Hide resolved
@mjbvz It seems that I fixed all your suggestions. Thanks for them, they made the code better and much shorter. |
Thanks for the PR and for the changes! Looks good to me. This will be in the next VS Code insiders build and is scheduled to ship with VS Code 1.39 |
Here's the issue: #50874
Solution: