mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-18 14:19:42 +01:00
8c313fcae0
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