mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 04:18:20 +00:00
Auto merge of #16247 - Veykril:opqueues, r=Veykril
fix: Fix build scripts not being rebuilt in some occasions Also makes proc-macro changed flag setting async, we don't wanna block `process_changes` on the database as that is on the main thread!
This commit is contained in:
commit
3bb8d3a32f
16 changed files with 121 additions and 77 deletions
|
|
@ -590,7 +590,7 @@
|
|||
},
|
||||
"rust-analyzer.cargo.buildScripts.rebuildOnSave": {
|
||||
"markdownDescription": "Rerun proc-macros building/build-scripts running when proc-macro\nor build-script sources change and are saved.",
|
||||
"default": false,
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.cargo.buildScripts.useRustcWrapper": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue