mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 20:37:13 -05:00
Issue #15814 **Bug** 1. Open a tsx file on its own. 2. See a error about passing `--jsx` to tsc. **Fix** For implicit projects, assume `"jsx": "preserve"`. Closes #15814