Can I put the extensionsGallery on my vscode fork? #31168
Open
Description
opened on Jul 21, 2017
By default the https://github.com/Microsoft/vscode does not come with key:
"extensionsGallery": {
"serviceUrl": "",
"cacheUrl": "",
"itemUrl": ""
}
on its https://github.com/Microsoft/vscode/blob/master/product.json file. That entry is required to install extensions from the marketplace as showed on:
Also there are commits, where their developer putted the key.
But sequentially removed it justifying:
Revert inadvertant change to product.json
Why they are removing it? Seems they are using it while developing, as we may see he let slip the line to the upper stream. Can I put it on my fork? Or I can only use it locally as they seem to be doing?
Related issues:
- Menu license links to non Open Source license #60 Command "Extensions: Install Extension" missing when running vscode from source
- Command "Extensions: Install Extension" missing when running vscode from source #2647 Command "Extensions: Install Extension" missing when running vscode from source
- Can't see extensions or load via command line #28253 Can't see extensions or load via command line
- How do I enable extensions in the extensions dir in OSS Dev mode #23831 How do I enable extensions in the extensions dir in OSS Dev mode
- Add marketplace extension installation details vscode-wiki#30 Add marketplace extension installation details
Activity