2
0
Fork 0
mirror of https://github.com/rust-lang/rust-analyzer synced 2025-02-13 12:43:38 +00:00
rust-analyzer/editors
bors 1811210339 Auto merge of - Wilfred:implement-saved-file3, r=Veykril
Substitute $saved_file in custom check commands

If the custom command has a $saved_file placeholder, and we know the file being saved, replace the placeholder and run a check command.

If there's a placeholder and we don't know the saved file, do nothing.

This is a simplified version of , which I hope is easier to review.
2024-02-12 14:59:37 +00:00
..
code Auto merge of - Wilfred:implement-saved-file3, r=Veykril 2024-02-12 14:59:37 +00:00