Skip to content

Commit d1d2bb4

Browse files
committed
Update README about macos rojo lookup
1 parent 6c42b20 commit d1d2bb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ The language server will automatically create a `sourcemap.json` in your workspa
2626
It does this by running the `rojo sourcemap` command, hence Rojo 7.1.0+ must be available to execute in your workspace root.
2727
It is recommend to `.gitignore` the `sourcemap.json` file. In future, the language server will generate the file internally.
2828

29+
Note, if you are using the VSCode extension on macOS, you need to configure the location of the Rojo binary at `luau-lsp.sourcemap.rojoPath`.
30+
2931
By default we generate a sourcemap for a `default.project.json` project file. The name can be changed in extension settings, as well as whether non-script instances are included in the sourcemap (included by default). Autogeneration of sourcemaps can also be toggled completely on/off in settings - the server will instead just listen to manual changes to `sourcemap.json` files.
3032

3133
## Standalone

0 commit comments

Comments
 (0)