Issue #165  (Port Forwarding in VS Code)06/18/25

Advertisement
Make Profits from Market Pullbacks – Even When the Market is in Chaos
The market experiences 10% pullbacks regularly, and for many investors, it’s a stressful time. But did you know that you can actually make money during these market corrections?

Mark Sebastian shares his powerful strategies for thriving in a volatile market with his Weekly Profit Cycles system, designed to help you navigate market uncertainty and turn fear into a tool for consistent profits.
Option Pit
Instead of watching your portfolio take a hit, you can learn to leverage market pullbacks for potential gains. VSCode.Email readers can use this exclusive link to discover Mark’s proven strategies. Don’t wait for the market to turn in your favor—take control now.

For a couple of years now VS Code has had built-in port forwarding, which allows you to share locally running services with others remotely. This feature is available through in VS Code via Microsoft dev tunnels, and no extension is required.

To use port forwarding, open your command palette and search for the command Ports: Focus on Ports View. This opens the "Ports" view of your VS Code panel.
 
Opening Focus on Ports View in VS Code

You might be asked to login via GitHub to continue but after you do so you'll see the "Forward a Port" button. Click that and enter the port for the service you want to share.

You can try an example by running the command npx serve in your terminal in a folder you want to share. This runs a server on port 3000 and assumes you have Node.js installed.
 
Fowarding a Port in VS Code's Ports View

With this in place (or whatever service you want to share), you'll see something like the following in your Ports view:
 
Viewing Forwarded Ports in VS Code

If you hover over the "Forward Address", you'll see options to copy the URL, open in your browser, or even open in VS Code's in-editor preview window. You can see that the URL is a subdomain of the devtunnels.ms service provided by Microsoft.

You'll also notice that the "Visibility" setting for the forwarded port is private by default.
 
Switching a Port to Public Visiblity in VS Code

This requires the same GitHub sign-in to view, but, as shown above, you can right-click the port line and change the visibility to "public" which won't require a sign-in to view.

Now on to this week's hand-picked links!
 

VS Code Tools

Online Card Generator — Not exactly a VS Code tool, but this is a fun little tool that generates a VS Code-style "hand-held" business card that you can customize with your own personal info before exporting as an image or just share the link.

Golden Retriever — A VS Code extension that brings API collection management right into your editor, similar to Postman, but with Git sync and workspace integration.

Stop Scheduling Status Update “Check-Ins” — 56% of workers say scheduling a meeting is the only way to get information. With Jira, use AI to automatically add work from Slack, create subtasks, or attach relevant resources. So instead of scheduling a meeting, check the status in Jira. Easy.   Sponsor 

pad.ws — A whiteboard app that acts as a dev environment in your browser that also allows you to access terminals and VS Code directly within the whiteboard, among numerous other features.


VS Code Theme of the Week

Golden Age — A warm theme inspired by the 1970s and fall weather. A lot of the color choices have a gold tinged feel to them, hence the name.

Golden Age Theme for VS Code

There's only one version of the theme and it has some nice contrast. If you like a theme that's not too gaudy or bold in its color choices, this is a good choice.
 

VS Code Articles & Videos

VS Code 1.101 (May 2025 Updates) — The latest updates to VS Code include numerous MCP updates, new Chat tool sets, view files in Source Control Graph view, and more.

Enhance Productivity with AI + Remote Dev — From the VS Code blog, useful for those who use VS Code's remote development features and AI. There's also a companion video embedded in the post.

The Morning Paper for Tech — Want a byte-sized version of Hacker News that takes just a few minutes to read? Try TLDR's free daily newsletter. It covers the most interesting tech, startup, and programming stories in just 5 minutes. No sports and no politics.   Sponsor 

LaTeX in VS Code — Paul Wintz's setup and configuration for working with LaTeX documents in VS Code, including tips on his personal settings and preferred extensions.

Suggestions?

If you have any link suggestions, including a tool, article, or other resource related to VS Code or another IDE, you can hit reply, send it via DM on X, or via chat on Bluesky.

That's it for this issue.

Happy VS Coding!
Louis
VSCode.Email
@LouisLazaris
Copyright © VSCode.Email. All rights reserved.

Not affiliated with Microsoft, Visual Studio Code, or any of its trademarks.