Ctrl+Alt+C conflict note: this binding may overlap with some "Copy Path" bindings in certain environments. It ships enabled by default and is freely rebindable via keybindings.json.
Settings
Setting
Type
Default
Description
codeTrace.multiSelection
"primary" | "perSelection" | "span"
"primary"
How to handle multiple cursors/selections
primary — use the first selection only.
perSelection — one reference per non-empty selection, sorted ascending, newline-joined.
span — single range from the lowest start to the highest end.