Is anyone finding .ts files created in VScode don't show in the C3 editor? I have to create them in C3 and then edit in VSCode.
I wonder if it's because of TypeScript type definitions?? Though not sure why they can't be updated when the C3 editor picks up new files.
.js files do show however which would make sense.
- I have converted my project to TypeScript and setup TypeScript for external editor.
- I've also used the Reload From Folder option.
- The .ts files were created in the script folder alongside main.ts (and they show in windows file explorer).
Everything else with scripting works fine.