Benjamin Pasero

Results 424 comments of Benjamin Pasero

Is there a generic location where the trash is on OS? To implement this the remote file system provider would have to move the file into there.

@roblourens sure, using Electron API [`shell.moveItemToTrash`](https://github.com/electron/electron/blob/master/docs/api/shell.md#shellmoveitemtotrashfullpath-deleteonfail)

> My main question here is where this file content is coming from. It seems like VS Code has kept a copy of the file somewhere and is restoring it...

Fyi VS Code is trying to update to `2.5.0` for our `1.97.x` January release: https://github.com/microsoft/vscode/commit/679a9f1aceeb8b1aa3bcd0542eb5e5aca6046600

Thanks, I can reproduce now. I am not sure how to address this though: `Enter` is the assigned keybinding for "Rename", as long as focus is in the explorer on...

Yes: If this is a confirmed regression, it would help to know which change caused it. We maintain a node.js based CLI tool [`vscode-bisect`](https://github.com/microsoft/vscode-bisect) that automatically downloads and runs previous...

All quick picker split a query by spaces to allow to narrow down a search by multiple segments. This may not be the best choice for symbols if they contain...