Skip to content

Commit c9107ba

Browse files
committed
Example README: More detailed troubleshooting steps
1 parent e7bd0d1 commit c9107ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ See the main README for a description of what is and isn't supported at the mome
2828

2929
## Troubleshooting
3030

31-
If something weird (or nothing) happens, check the `SourceKit-LSP: Indexing` logs for details of what may have happened. If you don't see that option at all, you can instead log sourcekit-bazel-bsp by running `log stream --process sourcekit-bazel-bsp --info` on a terminal session. If you see no logs there when interacting with the IDE, that means one or more of the above steps were not followed correctly (most likely the build step).
31+
If something weird (or nothing) happens, check the `SourceKit-LSP: Indexing` logs for details of what may have happened. If you don't see that option at all, first run `Cmd+S` on a Swift file to see if that does the trick, and if it's still not there, you can instead log sourcekit-bazel-bsp by running `log stream --process sourcekit-bazel-bsp --info` on a terminal session. If you see no logs there when interacting with the IDE, that means one or more of the above steps were not followed correctly (most likely the build step).

0 commit comments

Comments
 (0)