Fernando D Quintero

Results 6 comments of Fernando D Quintero

To add to this, I was able to replicate the problem in a fresh windows install without enabling quake style slide down or hide in taskbar. I was, however, using...

I had this issue just now when running "~/arkserver backup" from the directory "/home/arkserver/ServerSettings". It worked when I ran it from the "/home/arkserver" directory.

A consideration would be to run Gitlens commands as tasks instead of injecting them into the terminal. vscode tasks already have an api for extensive customization and can offer more...

This change would be isolated to the runGitCommandViaTerminal() method: https://github.com/gitkraken/vscode-gitlens/blob/f8a5d5a50be527ed6707e13ee6951e5a32dd7ba6/src/env/node/git/git.ts#L2211-L2244

It would use the Tasks API `executeTask(task: Task): Thenable` and `ShellExecution`: https://code.visualstudio.com/api/references/vscode-api#tasks

Modifiers would be an issue for me since there's already a quantity modifier. I like the idea suggested that there be a set of simple steps: select item -> select...