Files
oam/knowledge base/visual studio code.md
2023-02-15 18:07:41 +01:00

1.3 KiB

Visual Studio Code

  1. Network connections
  2. Troubleshooting
    1. No extensions found when running from source
  3. Further readings
  4. Sources

Network connections

See Network connections in Visual Studio Code.

Troubleshooting

No extensions found when running from source

Check the extensionsGallery key in your fork's product.json file is using the official marketplace:

jq '.extensionsGallery' /usr/lib/code/product.json
{
  "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
  "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
  "itemUrl": "https://marketplace.visualstudio.com/items"
}

and if not, change them.

Further readings

Sources