johnpapa / vscode-peacock

Subtly change the color of your Visual Studio Code workspace. Ideal when you have multiple VS Code instances, use VS Live Share, or use VS Code's Remote features, and you want to quickly identify your editor.
MIT License
1.03k stars 115 forks source link

stuck activating #526

Open youngevan opened 1 year ago

youngevan commented 1 year ago

Type: Bug

start vscode, extension will not activate tried disabling, uninstalling and reinstalling, even to older version, all other extensions are activating fine

Extension version: 4.2.1 VS Code version: Code 1.77.3 (704ed70d4fd1c6bd6342c436f1ede30d1cff4710, 2023-04-12T09:16:02.548Z) OS version: Windows_NT x64 10.0.19044 Modes: Sandboxed: No

System Info |Item|Value| |---|---| |CPUs|11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (8 x 2419)| |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)|15.73GB (5.10GB free)| |Process Argv|--crash-reporter-id 5272d3dd-5be5-4e93-aa30-952db3c249f8| |Screen Reader|no| |VM|0%|
A/B Experiments ``` vsliv368:30146709 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstes627:30244334 vslsvsres303:30308271 vserr242cf:30382550 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscorecescf:30445987 vscod805cf:30301675 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 cmake_vspar411:30581797 vsaa593cf:30376535 pythonvs932:30410667 cppdebug:30492333 vsclangdf:30486550 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30695312 azure-dev_surveyone:30548225 vsccc:30610678 3biah626:30602489 pyind779:30671433 89544117:30613380 pythonsymbol12:30671437 showlangstatbar:30737416 pythonms35:30701012 pythonfmttext:30731395 pythoncmv:30739700 fixshowwlkth:30730052 showsbindicator:30730056 pythongtdpathcf:30739705 ```
johnpapa commented 1 year ago

Thank you @youngevan for creating this issue!

tino commented 1 year ago

Same here, on 4.2.2. Workspaces that had a colour set still show them, however whatever command I run of Peacock it just says "Activating Extensions" in the status bar, and nothing happens. No output in the Peacock output panel either, besides this on startup:

Peacock Mementos
  [
  {
    "name": "peacock.favoritesVersion",
    "type": "globalState"
  }
]
Peacock is in a workspace, so Peacock functionality is available.
ruben-pledge-io commented 1 year ago

as per https://github.com/johnpapa/vscode-peacock/issues/516, disabling the Live Share extension fixed the issue

nader-khiari commented 10 months ago

I had the same issue myself and I believe it has a conflict with Live share plugin. Try reinstalling Live Share and I think it would work fine. It worked for me anyway.