You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.99.2
OS Version: Windows 11 24H2 / 23H2
Steps to Reproduce:
Add and Edit GPO template and add a custom ExtensionGalleryServiceURL
Restart VSCode,
Open Dev Tools / Network Tab move window aside
Search for an extension in vscode (just hit return in the Search Extensions field)
Click on Name extensionquery in developer tools
Confirm Request URL in developer tools
Issue 1:
Setting the Extension Repo URL not working.
Checking in Dev mode / Network tab it is reaching out to the URL defined in Product,json. If i change the URL in Product.json it changes in VSCode, but If I use GPO to override, nothing is changing.
Issue 2:
Setting preferred Extension in GPO (using the default vscode repo to test not a custom one) does nothing - all extension still appear. My format is:
publisher.extension
ms-python.python
esbenp.prettier-vscode
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Issue 1:
Setting the Extension Repo URL not working.
Checking in Dev mode / Network tab it is reaching out to the URL defined in Product,json. If i change the URL in Product.json it changes in VSCode, but If I use GPO to override, nothing is changing.
Issue 2:
Setting preferred Extension in GPO (using the default vscode repo to test not a custom one) does nothing - all extension still appear. My format is:
publisher.extension
ms-python.python
esbenp.prettier-vscode
The text was updated successfully, but these errors were encountered: