-
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
Unable to setup vscode locally #13932
Comments
Does it work if you run without the remote-debugging parameter? That's optional, you can also use the builtin chrome devtools to debug. |
tried without remote-debugging parameter command (.\scripts\code) but still getting the same error as above. |
Is there anything weird with your internet connection? A proxy or something? It looks like it's having an issue with downloading electron. You could also try deleting your node_modules folder and running ./scripts/npm install again. |
@roblourens |
No clue, never saw this error. |
The corporate proxy has got to be the problem. You could check for existing issues at https://github.com/joaomoreno/gulp-atom-electron |
@roblourens |
Try |
@joaomoreno |
@joaomoreno |
We can't really fix your network proxy. :( |
Hi,
I'm trying to setup vscode locally in windows 64 bit machine but facing following issue.
I followed the steps in the link https://github.com/Microsoft/vscode/wiki/How-to-Contribute#using-vscode
I can able to install the node modules and also if I run ".\scripts\npm run watch" it is successful without error. When I try to run ".\scripts\code --remote-debugging-port=9222" it is throwing following error.
@bpasero , @joaomoreno
The text was updated successfully, but these errors were encountered: