Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 076afc3

Browse files
committed
Update documentation on defaults to match code
Fixes #685
1 parent 4beff21 commit 076afc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Currently we accept the following options:
9898
`build_bin`.
9999
* `build_bin` (`String`, defaults to `""`) checks the project as if you passed
100100
`-- bin <build_bin>` argument to cargo. Mutually exclusive with `build_lib`.
101-
* `cfg_test` (`bool`, defaults to `true`) checks the project as if you were
101+
* `cfg_test` (`bool`, defaults to `false`) checks the project as if you were
102102
running `cargo test` rather than `cargo build`. I.e., compiles (but does not
103103
run) test code.
104104
* `unstable_features` (`bool`, defaults to `false`) enables unstable features.
@@ -111,7 +111,7 @@ Currently we accept the following options:
111111
the given target triple for all rustc invocations
112112
* `wait_to_build` (`u64`, defaults to `500`) time in milliseconds between
113113
receiving a change notification and starting build
114-
* `workspace_mode` (`bool`, defaults to `false`) Experimental mode, requires
114+
* `workspace_mode` (`bool`, defaults to `true`) Experimental mode, requires
115115
`unstable_features` turned on. When turned on, RLS will try to scan current
116116
workspace and analyze every package in it.
117117
* `analyze_package` (`String`, defaults to `""`) When `workspace_mode` is

0 commit comments

Comments
 (0)