Sourcemap.,json not auto generating

I am trying to incorporate VS code into my workflow when creating games on Roblox. I’m following this tutorial right now but I ran into a slight issue.

At 4:38 in the video (https://www.youtube.com/watch?v=IJDg6tRJmHo&t=173s) a sourcemap.json file automatically gets added to his explorer and I need it to run this command for my wally packages: “wally-package-types -s sourcemap.json Packages/”. What am I missing? Why isnt my sourcemap.json file being automatically added.

My workspace:

1 Like

You just need to make the sourcemap.json file yourself
Run this in your terminal:

rojo sourcemap default.project.json --output sourcemap.json

Then run:

wally-package-types --sourcemap sourcemap.json Packages/

That should fix it! More info here if you need:

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.