-
Notifications
You must be signed in to change notification settings - Fork 29.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmder integrated terminal task issues #48986
Comments
(Experimental duplicate detection)
|
You can specify a shell to use in the tasks.json file:
The options can be specified per tasks as well. Do you know which command line args cmder use to execute a command and then quite (like /d /c for cmd.exe). Then I can add them. As a work around for now you can have the options in the tasks.json point to cmder.exe and use the right options. |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
@nicholasjbbaldwin any information? |
The problem is that the VS Code documentation recommends doing this to start cmder:
and you can only have one /K or /C, so appending another one to do the task doesn't work. You'd need to to end up with an arguments array like: |
I am a little puzzled. Isn't cmder a standalone executable which supports something like |
There is a cmder executable, but it's a full terminal emulator in its own right that can't be used as the integrated shell. See #12006 |
OK. Now I see. This is currently not possible since a tasks already passes a command to the cmd.exe. It would require that we add special code for cmder.exe that injects the vscode.bat into the command when executing. |
Issue Type: Bug
@echo this works
.Actual results:
Cursor sits there, echo does not happen and the task never completes.
Expected results:
Thoughts:
If we must use the integrated terminal to run tasks, could we have an option to use a different shell for these tasks if they don't play nice with the task system?
VS Code version: Code 1.22.2 (3aeede7, 2018-04-12T16:38:45.278Z)
OS version: Windows_NT x64 10.0.16299
System Info
Extensions (16)
The text was updated successfully, but these errors were encountered: