I compiled VSCode on mac and was able to run the application but noticed that extensions don't work. Navigating to the extensions pane shows - 'No extensions found.'
So I did a grep on the source code for 'marketplace' and found - "build/lib/extensions.js: base: 'https://marketplace.visualstudio.com/_apis/public/gallery',
I assumed that's the URL for the marketplace and tried doing a curl on it to verify if the API sends back a list of available extensions. All I got back was a 404.
So, if I want to get extensions to work on my compiled version, do I have to change the URL? How to I get extensions to work?