-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
info-neededIssue requires more information from posterIssue requires more information from postertasksTask system issuesTask system issues
Description
Issue Type: Bug
- Download cmder from http://cmder.net/ and set as integrated terminal for windows using instructions here https://code.visualstudio.com/docs/editor/integrated-terminal#_common-questions
- Create a simple.bat file with
@echo this works. - Make a shell task that runs simple.bat as the command.
- Run said task.
Actual results:
> Executing task in folder test_project: simple.bat
C:\sandbox\test_project
λ
Cursor sits there, echo does not happen and the task never completes.
Expected results:
> Executing task in folder test_project: simple.bat
this works
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
| Item | Value |
|---|---|
| CPUs | Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz (8 x 3392) |
| Memory (System) | 15.95GB (7.93GB free) |
| Process Argv | C:\Program Files\Microsoft VS Code\Code.exe |
| Screen Reader | no |
| VM | 0% |
Extensions (16)
| Extension | Author (truncated) | Version |
|---|---|---|
| language-x86-64-assembly | 13x | 2.2.11 |
| better-comments | aar | 1.2.2 |
| vscode-color | ans | 0.4.5 |
| gitlens | eam | 8.2.4 |
| vscode-html-css | ecm | 0.2.0 |
| Go | luk | 0.6.78 |
| vscode-todo-parser | min | 1.9.1 |
| python | ms- | 2018.3.1 |
| cpptools | ms- | 0.16.1 |
| debugger-for-chrome | msj | 4.3.0 |
| material-icon-theme | PKi | 3.3.0 |
| stylelint | shi | 0.36.0 |
| vscode-hexdump | sle | 1.6.0 |
| vim | vsc | 0.11.5 |
| vscode-wakatime | Wak | 1.2.1 |
| html-css-class-completion | Zig | 1.17.1 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from postertasksTask system issuesTask system issues