![]() This addresses #17746 by marking entries when they're opened in the project panel. I think that was the original intention behind the code too, because it explicitly marks entries before opening them. An event that is emitted by the workspace reset the mark though. So what I did was try to emulate the logic I saw in VS Code: when opening the file, mark it, when the active entry changes, unmark it, except if you explicitly marked a group of files. Closes #17746 Release Notes: - Changed project panel to mark files when opening them, which should make it more intuitive to mark multiple files after opening a single one. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |