-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command "Extensions: Install Extension" missing when running vscode from source #2647
Comments
If you build VS Code from source then the product is configured without some features like the extensins gallery. Pls see this comment for more background on this #60 (comment) If you install the published Insider version then the command is there. Pls see |
I've done some digging and figured out how to install an extension manually. There may be a better way to do this, but can't find any documentation on it:
EDIT: Aha, yes, one more important thing: I can't speak for anyone here, but I guess once you start using MS's branded services, e.g. loading extensions from the gallery store, you agree to their terms of use. I'd imagine that installing these extensions also applies under the proprietary Visual Studio Code license, as well as any individual license contained in the extension. |
@egamma Can you please elaborate, is it possible to build VS Code with the extension gallery or is that a closed source component? |
@jgillich this has already been elaborated here #60 (comment), hasn;t it? |
@egamma Well, given how vital extensions are to a editor like VS Code, I couldn't quite believe what I read and had to ask for confirmation. |
@jgillich I think there has been a slight misunderstanding: If you read one of the following comments in #60, it says that you just need to modify a configuration file for it to work. |
@mucaho Seems so, thanks! Now I'm relieved. |
Url resultante : https://ms-vscode.gallery.vsassets.io/_apis/public/gallery/publisher/ms-vscode/extension/csharp/1.4.1/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage?install=true |
Just to make it simple:
|
I'm trying to test the install plugin feature in the latest pre-release 0.10.7 but it doesn't show up.
I just cloned the repo and follow the steps to run vscode. I'm using Windows 8.1 x64
Am I missing something?
The text was updated successfully, but these errors were encountered: