This repository was archived by the owner on Dec 29, 2022. It is now read-only.
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Currently we accept the following options:
98
98
` build_bin ` .
99
99
* ` build_bin ` (` String ` , defaults to ` "" ` ) checks the project as if you passed
100
100
` -- 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
102
102
running ` cargo test ` rather than ` cargo build ` . I.e., compiles (but does not
103
103
run) test code.
104
104
* ` unstable_features ` (` bool ` , defaults to ` false ` ) enables unstable features.
@@ -111,7 +111,7 @@ Currently we accept the following options:
111
111
the given target triple for all rustc invocations
112
112
* ` wait_to_build ` (` u64 ` , defaults to ` 500 ` ) time in milliseconds between
113
113
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
115
115
` unstable_features ` turned on. When turned on, RLS will try to scan current
116
116
workspace and analyze every package in it.
117
117
* ` analyze_package ` (` String ` , defaults to ` "" ` ) When ` workspace_mode ` is
You can’t perform that action at this time.
0 commit comments