We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd803c commit b68200eCopy full SHA for b68200e
crates/rust-analyzer/src/config.rs
@@ -844,6 +844,9 @@ impl Config {
844
config.source_root_parent_map = source_root_map;
845
}
846
847
+ // IMPORTANT : This holds as long as ` completion_snippets_custom` is declared `client`.
848
+ config.snippets = vec![];
849
+
850
let snips = self.completion_snippets_custom().to_owned();
851
852
for (name, def) in snips.iter() {
0 commit comments