VSCodium apparently ignores product.json #808

Closed
opened 2025-09-10 23:47:48 -05:00 by giteasync · 5 comments
Owner

Originally created by @Udinanon on GitHub.

Issue Type: Bug

I wanted to install some extensions, i search "Shaders" and nothing relevant comes out
I check on the webpage of the Microsoft extension store, adn they exist
What VSCodium returns is what OVSX shows, not what the Microsoft store returns
But i already edited my product.json to search the store and not OVSX.
I checked it, restarted the program multiple times, also as an administrator and restarted the machine
Is it ignoring the json file? Why?

VS Code version: VSCodium 1.67.2 (c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5, 2022-05-19T00:47:04.590Z)
OS version: Windows_NT x64 10.0.19043
Restricted Mode: No

System Info
Item Value
CPUs Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (8 x 2592)
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
oop_rasterization: enabled
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
Load (avg) undefined
Memory (System) 15.90GB (12.19GB free)
Process Argv
Screen Reader no
VM 0%
Extensions (7)
Extension Author (truncated) Version
git-graph mhu 1.30.0
python ms- 2022.6.2
vscode-pylance ms- 2022.4.0
jupyter ms- 2022.5.1001290443
jupyter-keymap ms- 1.0.0
jupyter-renderers ms- 1.0.6
markdown-preview-enhanced shd 0.6.3
Originally created by @Udinanon on GitHub. Issue Type: <b>Bug</b> I wanted to install some extensions, i search "Shaders" and nothing relevant comes out I check on the webpage of the Microsoft extension store, adn they exist What VSCodium returns is what OVSX shows, not what the Microsoft store returns But i already edited my product.json to search the store and not OVSX. I checked it, restarted the program multiple times, also as an administrator and restarted the machine Is it ignoring the json file? Why? VS Code version: VSCodium 1.67.2 (c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5, 2022-05-19T00:47:04.590Z) OS version: Windows_NT x64 10.0.19043 Restricted Mode: No <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (8 x 2592)| |GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: disabled_off<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>oop_rasterization: enabled<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_renderer: enabled_on<br>video_decode: enabled<br>video_encode: enabled<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled| |Load (avg)|undefined| |Memory (System)|15.90GB (12.19GB free)| |Process Argv|| |Screen Reader|no| |VM|0%| </details><details><summary>Extensions (7)</summary> Extension|Author (truncated)|Version ---|---|--- git-graph|mhu|1.30.0 python|ms-|2022.6.2 vscode-pylance|ms-|2022.4.0 jupyter|ms-|2022.5.1001290443 jupyter-keymap|ms-|1.0.0 jupyter-renderers|ms-|1.0.6 markdown-preview-enhanced|shd|0.6.3 </details> <!-- generated by issue reporter -->
Author
Owner

@Udinanon commented on GitHub:

The file is located in %APPDATA%\VSCodium, same as all my other windows machines, but this is the only case where this issue comes up.

@Udinanon commented on GitHub: The file is located in `%APPDATA%\VSCodium`, same as all my other windows machines, but this is the only case where this issue comes up.
Author
Owner

@nocturnalmc commented on GitHub:

Yes, i checked the product.json file multiple times

Where did you place your product.json file?

@nocturnalmc commented on GitHub: > Yes, i checked the `product.json` file multiple times Where did you place your product.json file?
Author
Owner
@daiyam commented on GitHub: Have you followed: https://github.com/VSCodium/vscodium/blob/master/DOCS.md#howto-vscode-marketplace
Author
Owner

@Udinanon commented on GitHub:

Yes, i checked the product.json file multiple times

@Udinanon commented on GitHub: Yes, i checked the `product.json` file multiple times
Author
Owner

@Udinanon commented on GitHub:

This apparently a fault on my part, with a typo of the coma between the extension gallery and the approved experimental apis makes only these last ones work, while the extension gallery is silently ignored, and after reinstalling, cleaning the cache and noticing the typo it seems to work correctly

@Udinanon commented on GitHub: This apparently a fault on my part, with a typo of the coma between the `extension gallery` and the approved experimental apis makes only these last ones work, while the extension gallery is silently ignored, and after reinstalling, cleaning the cache and noticing the typo it seems to work correctly
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscodium#808
No description provided.