-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
How do I enable extensions in the extensions dir in OSS Dev mode #23831
Comments
The product.json for VSC OSS does not include the extension gallery URLs - see my example file below { |
Thanks for answering @cleidigh |
Thanks! |
I can confirm that the simplest solution is actually what @cleidigh said. At least for me on Linux |
master/
Ubuntu 16.04
I'm trying to patch something in the vscode codebase,
I require the php extension to work in order for me to test my changes.
How do I enable all the extensions that ship with code in my config?
This is the config I'm using (just added runtime args to the original Launch Vs Code config)
This does seem to cause the extension viewlet to list all the packages in the extension dir. But I still get this error when I launch my this config (Listen for Xdebug):
error:
Configured debug type 'php' is not supported.
The text was updated successfully, but these errors were encountered: