Skip to content

Commit 2e82803

Browse files
committed
Fix slow build.rs / rust analyzer #913
1 parent ad88966 commit 2e82803

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
// This is used to prevent `build.rs` from running every time you make a change to a file.
3+
"rust-analyzer.check.extraEnv": {
4+
"IS_RUST_ANALYZER": "true"
5+
},
26
// The linter in the CI is quite strict, so running `cargo fmt` on save is probably a good idea!
37
"editor.formatOnSave": true,
48
"files.autoSave": "onFocusChange",

0 commit comments

Comments
 (0)