File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 187187 "rust-analyzer.featureFlags" : {
188188 "type" : " object" ,
189189 "default" : {},
190- "description" : " Fine grained feature flags to disable annoying features"
190+ "description" : " Fine grained feature flags to disable annoying features" ,
191+ "properties" : {
192+ "lsp.diagnostics" : {
193+ "type" : " boolean" ,
194+ "description" : " Whether to show diagnostics from `cargo check`"
195+ },
196+ "completion.insertion.add-call-parenthesis" : {
197+ "type" : " boolean" ,
198+ "description" : " Whether to add parenthesis when completing functions"
199+ },
200+ "completion.enable-postfix" : {
201+ "type" : " boolean" ,
202+ "description" : " Whether to show postfix snippets like `dbg`, `if`, `not`, etc."
203+ },
204+ "notifications.workspace-loaded" : {
205+ "type" : " boolean" ,
206+ "description" : " Whether to show `workspace loaded` message"
207+ },
208+ "notifications.cargo-toml-not-found" : {
209+ "type" : " boolean" ,
210+ "description" : " Whether to show `can't find Cargo.toml` error message"
211+ }
212+ }
191213 },
192214 "rust-analyzer.serverPath" : {
193215 "type" : [
You can’t perform that action at this time.
0 commit comments