Skip to content

Instantly share code, notes, and snippets.

@mortalis13
Created January 18, 2026 15:11
Show Gist options
  • Select an option

  • Save mortalis13/4789f7d0794d7c8a4dbd0690a93ac84b to your computer and use it in GitHub Desktop.

Select an option

Save mortalis13/4789f7d0794d7c8a4dbd0690a93ac84b to your computer and use it in GitHub Desktop.
VSCode proxy
== Intercept requests from VSCode
- run mitmproxy
- open VSCode
- set proxy URL in Settings -> Application -> Proxy -> Proxy
To use proxy only for a session:
-- Windows/Linux
set HTTPS_PROXY=http://127.0.0.1:8080
export HTTPS_PROXY="http://127.0.0.1:8080"
then open `code` from the same console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment