Skip to content

Commit d90a1e7

Browse files
committed
chore: update Readme
1 parent c222384 commit d90a1e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ if you found find definition or references is not work correctly, just build it
9898

9999
current implementation is basicly work, but may have some rough edges. Please report issue if you have any problem. If you want to help, can check the open issue list. PR is always welcome.
100100

101+
when reporting an issue, you may provide your buildServer.json and run LSP with the environment variable SOURCEKIT_LOGGING=3 to provide detailed logs to help locate the problem.
102+
101103
# Common Issues
102104

103105
* If you use multiple versions of xcode or sourcekit-lsp, and it doesn't work properly, such as Loading the standard library failed, you should check that the build and sourcekit-lsp versions are **consistent**. Usually you can use `xcode-select` to switch toolchains, and use `xcrun sourcekit-lsp` to use the corresponding lsp version.

xcode-build-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def show_help():
1717
SPECIAL ENVIRONMENT VARIABLE:
1818
SOURCEKIT_LOGGING=3: enable detail debug log
1919
XBS_LOGPATH: set log path. default is `:stderr`. use `:null` to disable log
20-
XBS_FEAT_NEWFILE=1: enable auto new file hack by infer flags from same dir files..
20+
XBS_FEAT_NEWFILE=1: enable auto new file hack by infer flags from same dir files.., default true
2121
"""
2222
)
2323
exit(0)

0 commit comments

Comments
 (0)