Microsoft/TypeScript

Mirror cursor for JSX stops working in some case

オープン

#56,669 opened on 2023/09/20

 (3 件のコメント) (1 件のリアクション) (0 人の担当者)TypeScript (13,395 件のフォーク)batch import
BugDomain: JSX/TSXHelp Wanted

Repository metrics

Stars
 (108,860 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.82.2
  • OS Version: windows 11

Steps to Reproduce:

  1. Typing const a = () => <A.B foo="bar"></A.B>
  2. Remove B character (it will be removed from both side)
  3. Write any characters (It stop writing on both side)

https://github.com/microsoft/vscode/assets/27840664/1fa79f18-23e2-405c-afa5-cb6bd8663830

コントリビューターガイド