microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.08k stars 29.25k forks source link

Heighlighted text in the terminal #91489

Closed devd8292 closed 4 years ago

devd8292 commented 4 years ago

Issue Type: Bug

I don't know why but everything in my Vscode powershell terminal is heighlighted.

VS Code version: Code 1.42.1 (c47d83b293181d9be64f27ff093689e8e7aed054, 2020-02-11T14:45:59.656Z) OS version: Windows_NT x64 10.0.17763

System Info |Item|Value| |---|---| |CPUs|Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz (8 x 3792)| |GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: unavailable_off
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|63.92GB (32.34GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Extensions (11) Extension|Author (truncated)|Version ---|---|--- wlpfo-log-highligter|Ale|0.0.6 vscode-nm|dpa|0.2.0 systemverilog|eir|0.9.5 LogFileHighlighter|emi|2.7.1 python|ms-|2020.2.64397 cpptools|ms-|0.26.3 veriloghdl|msh|1.0.4 incrementor|nms|0.1.0 vscode-yaml|red|0.7.2 tcl|sle|0.2.0 msbuild-project-tools|tin|0.3.3
vscodebot[bot] commented 4 years ago

(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

gjsjohnmurray commented 4 years ago

Does the problem also happen if you launch with all extensions disabled?

roblourens commented 4 years ago

A screenshot might help too

Tyriar commented 4 years ago

This looks like an issue with our old terminal backend "winpty", going forward we are focusing our efforts on the new backend "conpty" which is build by the Console team at Microsoft and should fix many issues with the terminal under Windows. You can read more about getting ConPTY here.

/duplicate https://github.com/Microsoft/vscode/issues/45693

You might be able to fix this issue by removing customizations to cmd.exe's theme.

devd8292 commented 4 years ago

I have attached the screenshot here.

[image: image.png]

I don't understand the solution you provided. Can you please explain in simple language?

Dev

On Wed, 26 Feb 2020 at 06:46, Daniel Imms notifications@github.com wrote:

Closed #91489 https://github.com/microsoft/vscode/issues/91489.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode/issues/91489?email_source=notifications&email_token=AKXG3URXDM2EIPFCCIMQLULREZ6ETA5CNFSM4K3UVVOKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOW45AZSI#event-3074034889, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKXG3UVSZRGWBJB5D7MYOFTREZ6ETANCNFSM4K3UVVOA .

Tyriar commented 4 years ago

@devd8292 the solution is to upgrade to Windows 10 v1903 to move to the new backend that is maintained by the Windows terminal team and fixes a bunch of issues.