-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
The folder association linking is currently broken in v1.0.3, it was working in v1.0.2
I confirmed this bug:
- I did a live test of it working in the previous version,
- updated it and then
- it wasn't able to find it anymore.
The notification popup says "No master script found for: testfoo.luau" -- the script name is named test/foo in-world and there is a folder with test/foo.luau, note the lack of separators in the notification.
For anyone coming around to this issue, there are two workarounds:
- Use the new
--@filesyntax, but you need to enable it in the settings (slVscodeEdit.sync.useFileMetaForMatching) - Drop back to v1.0.2 to use nested folders
Note for using --@file:
- specify the directory and file name (
.luauoptional), e.g.--@file test/foo.luauworked for me, - Add the
--@fileline at top of the in-world script (even if it's just the hello world example) and in your vscode file, - Press
Edit...
Also turn on slVscodeEdit.sync.includeFileMetaInOutput, so that it will keep the --@file comment saved into the in-world script, which avoids it getting lost when you open it up again.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels