go-task / vscode-task

Task for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=task.vscode-task
MIT License
36 stars 4 forks source link

All other VSCode tasks disappear #122

Open BurnerWah opened 9 months ago

BurnerWah commented 9 months ago

Type: Bug

All automatically detected tasks provided by extensions (including built-in VSCode extensions) disappear when this extension is installed. The smallest config I noticed this with an extension bisect, but I was able to reproduce it with only the task extension and a language pack enabled.

Extension version: 0.3.2 VS Code version: Code 1.85.1 (0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2, 2023-12-13T09:48:16.874Z) OS version: Darwin arm64 23.2.0 Modes:

System Info |Item|Value| |---|---| |CPUs|Apple M1 Pro (10 x 24)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
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
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|5, 4, 4| |Memory (System)|16.00GB (0.39GB free)| |Process Argv|. --crash-reporter-id 08a9bcfc-08ca-400f-be73-4872b73843c5| |Screen Reader|no| |VM|0%|
BurnerWah commented 9 months ago

To clarify, this happens before the task extension has even loaded somehow. Honestly no idea how, this is one of the weirdest issues I've ever run into.