Hello, I have recently made the full move to VSCode thanks to those who have helped me! I do have a quick question, I’m currently using rbxlx-to-rojo to move all my scripts into VSCode and I am wondering if there is maybe something I don’t know about converting new scripts created in-studio and then it not being registered by VSCode. Does anyone know how to go about this?
Without knowing too much about the specifics of the tools you’re using, the general workflow that people use with VSCode is to create+write scripts in the VSCode editor, then sync over the code to Roblox Studio using Rojo. The tool that you linked to is, as the description says, meant to be used only one time to migrate to VSCode. Once you’ve migrated to VSCode, you should adopt the new workflow of vscode → studio via Rojo.
(IIRC there’s work being done to adopt two way sync so you can do vscode->studio AND studio->vscode, but that’s still in the development phase and not ready for general use yet.)