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 4af9829 commit c5455d1Copy full SHA for c5455d1
crates/rust-analyzer/src/config.rs
@@ -45,7 +45,8 @@ mod patch_old_style;
45
// - foo_command = overrides the subcommand, foo_overrideCommand allows full overwriting, extra args only applies for foo_command
46
47
// Defines the server-side configuration of the rust-analyzer. We generate
48
-// *parts* of VS Code's `package.json` config from this.
+// *parts* of VS Code's `package.json` config from this. Run `cargo test` to
49
+// re-generate that file.
50
//
51
// However, editor specific config, which the server doesn't know about, should
52
// be specified directly in `package.json`.
0 commit comments