vscode: Debug toolbar contributed commands missing when toolbar is docked

Issue Type: Bug

I works with Flutter and just updated VSCode to version 1.53 yesterday and this thing is happen:

  1. Debug Console auto scroll stop scrolling to the end of line, it somehow always stop prematurely at start (just scroll a bit and then stop).
  2. Flutter hot reload button was missing from Run buttons. The function ctrl+F5 still works though.

I think this is VSCode bug, and not Flutter/Dart bug. Because it happens after 1.53 update.

The Auto Scroll part is really annoying for me.

VS Code version: Code 1.53.0 (8490d3dde47c57ba65ec40dd192d014fd2113496, 2021-02-03T20:36:38.611Z) OS version: Windows_NT x64 10.0.19041

System Info
Item Value
CPUs Intel® Core™ i3-4170 CPU @ 3.70GHz (4 x 3691)
GPU Status 2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 7.90GB (1.08GB free)
Process Argv –crash-reporter-id a704c221-6da9-4cb2-9758-c753a081462d
Screen Reader no
VM 0%
Extensions (4)
Extension Author (truncated) Version
dart-code Dar 3.19.1
flutter Dar 3.19.0
githistory don 0.6.14
todo-tree Gru 0.0.196

(1 theme extensions excluded)

A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492cf:30211402
vstry914:30250197
pythonvsdeb440:30248342
pythonvsded773:30248341
pythonvspyt875:30251590

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 7
  • Comments: 20 (15 by maintainers)

Most upvoted comments

I found the problem.

  1. Auto scroll on Debug Console not working because of Word Wrap. debug.console.wordWrap .Turning it off make it works.
  2. Flutter hot reload button disappear if debug.toolBarLocation is docked. It’s appear fine on floating.