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

Only semantically highlight documents from uri.scheme 'file' #5059

Merged
merged 1 commit into from
Feb 16, 2022

Conversation

JoeRobich
Copy link
Member

Semantic highlighting is still broken in diff view in some cases. We should adopt a similar approach as TypeScript where we do not semantically highlight those types of documents. We will do this by checking for the 'file' uri.scheme to ensure the file is a local file. Temporary files from GitLens or the VS Code Diff view will use a 'git' uri.scheme. This check is similar to checks in diagnosticProvider and other services.

@JoeRobich
Copy link
Member Author

@nohwnd please take a look

Copy link
Contributor

@filipw filipw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very good

@JoeRobich JoeRobich merged commit 2228637 into dotnet:master Feb 16, 2022
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.

None yet

2 participants