Skip to content

Commit c5455d1

Browse files
committed
explain how to re-generate the package.json
1 parent 4af9829 commit c5455d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/rust-analyzer/src/config.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ mod patch_old_style;
4545
// - foo_command = overrides the subcommand, foo_overrideCommand allows full overwriting, extra args only applies for foo_command
4646

4747
// Defines the server-side configuration of the rust-analyzer. We generate
48-
// *parts* of VS Code's `package.json` config from this.
48+
// *parts* of VS Code's `package.json` config from this. Run `cargo test` to
49+
// re-generate that file.
4950
//
5051
// However, editor specific config, which the server doesn't know about, should
5152
// be specified directly in `package.json`.

0 commit comments

Comments
 (0)