The problem I am facing with Rojo is when I try to make a "$path" : "source/fileName" I have to make a file in visual studio which gives Roblox Studio a directory like, game/ServerScriptService/fileName/Script else It just makes another file named “ServerScriptService” and puts the script inside without putting it inside the actual ServerScriptService.
I want to bypass the file creation since I don’t want a file inside ServerScriptService except only Scripts.
I find your explanation quite vague. So the problem is that when you create a script file in Visual Studio Code, it places the file in a copy of the ancestor service, rather than the actual service right? For example, if you create a script in ServerScriptService, Rojo creates the script in another ServerScriptService.
I just want to clarify that Visual Studio is an IDE (not the text editor VS Code, which is the one that you use).
I am sorry, This is quite complex and I am new to it. Your thoughts are absolutely right. It makes a copy instead of placing it inside the actual ServerScriptService if i don’t make a make a file inside it(by writing it inside the directory using VS Code)
I am a bit confused, cause mine looks quite different. Mine is automatically generated by the remodel package I think. Did you write your default.project.json yourself?
Not sure what the workspace icon is doing with the ./src folder, but I am glad that it works. Maybe this is a bug in Rojo (incorrect default.project.json generated after running Rojo Build Project). I will check if this is the case and open an issue on GitHub if necessary.