You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On non-Apple platforms, you can use common commands like `tail` to read the logs or stream them as they are produced:
104
+
```
105
+
tail -F ~/.sourcekit-lsp/logs/*
106
+
```
103
107
104
108
SourceKit-LSP masks data that may contain private information such as source file names and contents by default. To enable logging of this information, follow the instructions in [Diagnose Bundle.md](Documentation/Diagnose%20Bundle.md).
0 commit comments