microsoft / vscode

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

Terminal output not completing? #177661

Closed milesangelo closed 1 year ago

milesangelo commented 1 year ago

Type: Bug

I am seeing that the output of the terminal tends to get stuck? or just stops. I run something like "npm ci" or "npm run test" in the terminal for the current working project directory, and then the output begins to display on the terminal, then it will stop and nothing will happen. It's like it's outputting 50% of what Im used to seeing.

VS Code version: Code 1.76.1 (5e805b79fcb6ba4c2d23712967df89a089da575b, 2023-03-08T16:32:00.131Z) OS version: Windows_NT x64 10.0.19044 Modes: Sandboxed: Yes

System Info |Item|Value| |---|---| |CPUs|11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (16 x 2304)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off| |Load (avg)|undefined| |Memory (System)|31.73GB (16.16GB free)| |Process Argv|--crash-reporter-id c0cda786-0ec5-409e-bdd4-e4e2da0b4608| |Screen Reader|no| |VM|0%|
Extensions (47) Extension|Author (truncated)|Version ---|---|--- TabOut|alb|0.2.2 cucumberautocomplete|ale|2.15.2 ng-template|Ang|15.2.0 simple-react-snippets|bur|1.2.7 npm-intellisense|chr|1.4.4 path-intellisense|chr|2.8.4 vscode-markdownlint|Dav|0.49.0 vscode-eslint|dba|2.4.0 arrow-function-snippets|dei|3.2.0 githistory|don|0.6.20 es7-react-js-snippets|dsz|4.4.3 gitlens|eam|13.4.0 vscode-html-css|ecm|1.13.1 EditorConfig|Edi|0.16.4 vsc-material-theme|Equ|33.7.0 vsc-material-theme-icons|equ|2.7.3 prettier-vscode|esb|9.10.4 vscode-firefox-debug|fir|2.9.8 auto-rename-tag|for|0.1.10 gitlab-workflow|Git|3.60.0 go|gol|0.38.0 todo-tree|Gru|0.0.224 vscode-docker|ms-|1.24.0 csharp|ms-|1.25.4 playwright|ms-|1.0.9 remote-wsl|ms-|0.76.1 powershell|ms-|2023.2.1 vsliveshare|ms-|1.0.5834 vsliveshare-pack|ms-|0.4.0 angular2-inline|nat|0.0.17 material-icon-theme|PKi|4.25.0 vscode-react-refactor|pla|1.1.3 java|red|1.16.0 vscode-yaml|red|1.12.2 vscode-scss-formatter|sib|2.4.5 html5-boilerplate|sid|1.1.1 cucumber|ste|0.14.0 intellicode-api-usage-examples|Vis|0.2.7 vscodeintellicode|Vis|1.2.30 vscode-java-debug|vsc|0.49.0 vscode-java-dependency|vsc|0.21.1 vscode-java-pack|vsc|0.25.9 vscode-java-test|vsc|0.38.1 vscode-maven|vsc|0.40.4 vscode-icons|vsc|12.2.0 change-case|wma|1.0.0 html-css-class-completion|Zig|1.20.0 (2 theme extensions excluded)
A/B Experiments ``` vsliv368:30146709 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstes627:30244334 vslsvsres303:30308271 pythonvspyl392:30443607 vserr242cf:30382550 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscorecescf:30445987 pythondataviewer:30285071 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 cmake_vspar411:30581797 vsaa593:30376534 pythonvs932:30410667 cppdebug:30492333 vscaat:30438848 vsclangdc:30486549 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30681850 azure-dev_surveyonecf:30548226 pyindex848:30662994 nodejswelcome1cf:30587006 2e4cg342:30602488 pyind779:30671433 f6dab269:30613381 pythonsymbol12:30671437 vsctsb:30677850 vscodeenable:30660116 defaultazurewalk:30687958 pythonms35:30686772 ```
VSCodeTriageBot commented 1 year ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.76.2. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

milesangelo commented 1 year ago

Marking as closed, updated to 1.76.2 and I do not see the terminal hang up anymore.