forge42dev / Remix-Forge

VS Code extension that allows you to generate configurable Remix code
MIT License
78 stars 6 forks source link

add: open route file with correct extension #9

Closed akamfoad closed 11 months ago

akamfoad commented 11 months ago

Use root tsconfig.json to detect whether the project is a TypeScript project or not, based on that open .tsx or .jsx when receiving open-vscode message.