Disable code analysis and intellisense when git diff view is on #14190
|
Hello, When the git diff view of a .cpp or .h file is in the editor, I notice that the Is it possible to disable these when git diff are in the main editor window? Thanks. |
Answered by
sean-mcmanus
Feb 12, 2026
Replies: 1 comment
|
@TryerGit The code analysis is being run, same as IntelliSense is run, just as if it were a non-diff of the file. I don't know of any way to change the behavior for diff views (our code doesn't handle that specially, although maybe we could). You can disable the "automatic" mode. |
0 replies
Answer selected by
TryerGit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@TryerGit The code analysis is being run, same as IntelliSense is run, just as if it were a non-diff of the file. I don't know of any way to change the behavior for diff views (our code doesn't handle that specially, although maybe we could). You can disable the "automatic" mode.