Skip to content
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

Run Build Task List Not Sorting #104714

Closed
bramankp opened this issue Aug 15, 2020 · 2 comments
Closed

Run Build Task List Not Sorting #104714

bramankp opened this issue Aug 15, 2020 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug candidate Issue identified as probable candidate for fixing in the next release tasks Task system issues verified Verification succeeded

Comments

@bramankp
Copy link

Issue Type: Bug

Recent update to 1.48.0 seems to have killed sorting the Run Build Task list by most recently used. In fact, the list doesn't appear to change order at all (not sorting lexicographically, either).

VS Code version: Code 1.48.0 (db40434, 2020-08-13T07:50:42.600Z)
OS version: Windows_NT x64 10.0.19041

System Info
Item Value
CPUs Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz (8 x 2304)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: enabled
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 31.87GB (24.67GB free)
Process Argv
Screen Reader no
VM 0%
Extensions (7)
Extension Author (truncated) Version
vscode-open-in-application fab 1.0.5
cortex-debug mar 0.3.7
cpptools ms- 0.29.0
cmake twx 0.0.17
vscodeintellicode Vis 1.2.10
clang-format xav 1.9.0
linkerscript Zix 1.0.1
@alexr00 alexr00 added bug Issue identified by VS Code Team member as probable bug candidate Issue identified as probable candidate for fixing in the next release and removed new release labels Aug 17, 2020
@alexr00 alexr00 added this to the July 2020 Recovery milestone Aug 17, 2020
@alexr00 alexr00 added the tasks Task system issues label Aug 17, 2020
gjsjohnmurray pushed a commit to gjsjohnmurray/vscode that referenced this issue Aug 17, 2020
@alexr00 alexr00 closed this as completed Aug 18, 2020
@alexr00
Copy link
Member

alexr00 commented Aug 19, 2020

To verify:

  • Open a folder with build tasks, such as the VS Code repo. If you use the VS Code repo, in the tasks.json change the group of the Build VS Code task to simply be "build" (no isDefault).
  • Run the Tasks: Run Build Task command
  • Choose a build task and run it from that quick pick
  • Run the Tasks: Run Build Task command again. Verify that the task you just ran shows at the top of the list in the recently used section.
  • Repeat with another build task.

@aeschli aeschli added the verified Verification succeeded label Aug 19, 2020
@aeschli
Copy link
Contributor

aeschli commented Aug 19, 2020

Verified in Version: 1.48.1
Commit: 6387e66
Date: 2020-08-18T17:06:48.722Z

@github-actions github-actions bot locked and limited conversation to collaborators Oct 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug candidate Issue identified as probable candidate for fixing in the next release tasks Task system issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants