-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Tasks output only to terminal #60622
Comments
@dwilliamson this can't be control right now. Can you provide more information why outputting to the terminal doesn't work for you. You can still copy text using |
Thanks for the response.
Sure, it can; I just keep my tasks at version 0.1.0. My main issue is word wrap. Right now I just customise word wrap with:
That's it, across all 3 platforms and it works perfectly:
It's a much more complicated affair for a team that uses VSCode consistently across Windows/Linux/OSX. I also lose smart auto scroll, where I can click on a line while the output panel is scrolling and have it freeze until the cursor is placed right at the end. This mimics the behaviour of Visual Studio's The copy/paste stuff is annoying but I can live with changes! |
@dwilliamson What I meant is that with task I agree that you can still use tasks @Tyriar any comments / insights on the points related to the terminal here |
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! |
@Tyriar can you please comment. |
The terminal doesn't have a horizontal scrollbar by design
This is a limitation on Windows unfortunately, it will be improved with #23688 but won't be that great on Windows unless we get changes from the Windows Console team.
Not sure what this means?
The terminal will freeze on that spot when you scroll up, until you hit a key (or until the line is trimmed off the top of the terminal). Not sure what smart auto scroll is.
We copy conhost's UX here by default on Windows, right click if there is a selection will copy the text and drop the selection, right click when there is no selection will paste. If you want to turn it off, add this setting:
|
@dwilliamson does that info help you get what you want from the terminal? We gain a lot of functionality by using the terminal instead of output, so we don't have any plans to offer the output as an options. Instead, we'd rather make sure tasks in the terminal can support what people need. |
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
When migrating from
tasks.json
0.1.0 to 2.0.0 my commands are now writing to the Terminal instead of the Output Panel.I can't find a way to disable this behaviour: I lose native VSCode copy/paste popup and I'm limited to configuring terminals independently for each platform in non-obvious ways (e.g. disabling line wrapping is no longer a trivial problem).
Thanks!
VS Code version: Code 1.27.2 (f46c4c4, 2018-09-12T16:17:45.060Z)
OS version: Windows_NT x64 10.0.17134
System Info
checker_imaging: disabled_off
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: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Extensions (5)
The text was updated successfully, but these errors were encountered: