Marcel Robitaille

Results 147 comments of Marcel Robitaille

@MarcelKoller Sorry, I was confused about something. Nevermind. Do you know how to run VSCode extensions from source? If so, could you please try this branch: [task/95](https://github.com/augustocdias/vscode-shell-command/tree/task/95)?

> AFAIK it's not (easily) possible to control this using compound launch targets, right? Could you do something using `preLaunchTask` and/or `dependsOn`? > So it seems as of now I...

I suspect it's fixed in 1.13.0. If not, please re-open.

If you press escape, `undefined`, not empty string, is returned to `vscode.commands.registerCommand()`. I don't know of anything else this extension can do within the confines of vscode's api. Also, I...

I think it's updated in the AUR now and this can be closed.

Wouldn't it be possible to do all of this with redirects? `"command": "cmake blah blah 2>&1"` You can also select only the stderr `"command": "cmake blah blah 2>&1 1>/dev/null"`

I can reproduce it and I can solve it by setting the `workspaceFolder`. However, I am not sure how to solve this in a way that works well with multi...

@ Garcia6l20 do you have an idea? Should I just not make it not work with multi folder workspaces?

It's unlikely that this is related to 79 because that was closed 2 years ago. Please indicate the version of the extension that you are using and your *exact* `tasks.json`.

Hi @roussak. Thanks for your answer. I think the problem is some lack of support between `commandvariable.transform` and this extension. I'm not familiar with `commandvariable.transform`. What are you trying to...