Merge editor: TypeScript type errors do not appear #206672
Labels
bug
Issue identified by VS Code Team member as probable bug
merge-editor
typescript
Typescript support issues
Milestone
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.
Screen.Recording.2024-03-02.at.10.19.30.2.mov
The text was updated successfully, but these errors were encountered: