diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-04-27 13:22:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-27 13:22:09 +0000 |
| commit | e2b87735cc4b54ca530e7a99070da585d480b1c3 (patch) | |
| tree | 8e58c3165a70279e545f5131de164eda059b179d /editors/code/src/debug.ts | |
| parent | 86b50849179f710dad5b0c48535d064425863247 (diff) | |
| parent | c38e3e9ee991078163abf88f19a1d1438ba91ee3 (diff) | |
| parent | 1c927650f76ef3207635922a73016685f9aa8186 (diff) | |
| download | rust-e2b87735cc4b54ca530e7a99070da585d480b1c3.tar.gz rust-e2b87735cc4b54ca530e7a99070da585d480b1c3.zip | |
Merge #8629 #8657
8629: Allow pressing | to surround closure arguments in VSCode r=matklad a=Smittyvb This makes pressing <kbd>|</kbd> while some text is selected surround that text with pipes. This is useful when writing closures. In this demo, I press <kbd>|</kbd> to easily surround some text (`predicate`) with pipe characters to create a closure. Before, this would have replaced `predicate` with just `|`.  (I am getting failures when I do `cargo test` even on `master` locally (due to #8585 I think), but GH Actions is fine with this) 8657: npm update r=matklad a=kjeremy Co-authored-by: Smittyvb <me@smitop.com> Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
