Created
January 18, 2026 15:11
-
-
Save mortalis13/4789f7d0794d7c8a4dbd0690a93ac84b to your computer and use it in GitHub Desktop.
VSCode proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| == 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