Open OliverJAsh opened 8 months ago
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.87.0. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
@mjbvz it seems like diagnostics only update when the text document is opened in another editor:
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Install TypeScript and create
main.ts
with contents:Copy and apply the following patch e.g. using
pbpaste | git apply -3
. This will result in a conflict.Open the conflict in VS Code's merge editor.
Resolve the conflict but purposefully create a type error.
Expected: the type error should appear.
Actual: the type error does not appear. The type error only appears if I open the file outside of the merge editor.
https://github.com/microsoft/vscode/assets/921609/2b6763b2-d725-4f1b-82d2-16c4355b9671