Skip to content

Instantly share code, notes, and snippets.

@jschr
Created March 12, 2018 02:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jschr/7fbdbd41ef092a1282ffaa23c45bc2a1 to your computer and use it in GitHub Desktop.
Save jschr/7fbdbd41ef092a1282ffaa23c45bc2a1 to your computer and use it in GitHub Desktop.
Open VSCode with proxy server
open /Applications/Visual\ Studio\ Code.app --args \
--proxy-server=localhost:5555 \
--ignore-certificate-errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment