Reputation: 503
Since upgrading to VSCode 1.5.1 (from 1.4), I get an error message saying "connect EACCES 191.238.172.191:443" whenever starting VSCode. I've turned off the various documented privacy settings and blocked VSCode in my firewall (because my internet is usually slow and expensive). That URL seems to point to Microsoft, Brazil. Is there any way to stop VSCode 1.5.1 from trying to phone home?
Upvotes: 1
Views: 1969
Reputation: 41
[main 2020-03-18T15:26:02.655Z] Error: connect EACCES /Users/nasa/Library/Application Support/Code/1.43.0-main.sock at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1056:14) [main 2020-03-18T15:26:02.657Z] Lifecycle#kill()
cd ~/Library/ApplicationSupport/code
sudo chmod -R 777 1.43.0-main.sock
Upvotes: 3