-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
npm ScriptExplorer does't work with Cmder's shell #55458
Comments
(Experimental duplicate detection) |
@deepkolos can you reproduce the problem when you run the same task from the Task menu in the menubar, that is, |
vscode.bat's content @echo off
SET CurrentWorkingDirectory=%CD%
SET CMDER_ROOT=D:\APP\cmder
CALL "%CMDER_ROOT%\vendor\init.bat"
CD /D %CurrentWorkingDirectory% cmder is a portable version |
Removing my assignment since the same problem happens when the task is launched from the Task menu. |
I am not familiar with cmder. @deepkolos does cmder support the -c | /C flag as cmd.exe or bash.exe do. If so what is the flag to execute cmder in command mode. Without such a flag there is no way this can be supported. |
@dbaeumer i fond this may help, cmder is base on conemu |
@deepkolos, in your tasks.json if you add: "options": {
"shell": {
"args": [
"-run"
]
}
} Does it work? |
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! |
Issue Type: Bug
VS Code version: Code 1.25.1 (1dfc5e5, 2018-07-11T15:43:53.668Z)
OS version: Windows_NT x64 6.1.7601
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: unavailable_software
video_decode: enabled
video_encode: enabled
vpx_decode: unavailable_software
webgl: enabled
webgl2: enabled
Extensions (53)
(2 theme extensions excluded)
The text was updated successfully, but these errors were encountered: