/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.hanselman.com
| | www.forrestthewoods.com
2.8 parsecs away

Travel
| | A step-by-step guide for debugging Rust with Visual Studio Code.
| | aaronbos.dev
2.6 parsecs away

Travel
| | Debugging is a vital aspect of most developer workflows. An easy-to-use debugger within an editor can speed up development by providing immediate feedback on a running application. In this post, we will be covering the debugging functionality in VS Code in the context of .NET applications. Let's dive in!
| | timothymiller.dev
3.2 parsecs away

Travel
| | My adventure in creating my own NAS on a budget.
| | siderite.dev
14.9 parsecs away

Travel
| You want to open the server for an application you are working on in Visual Studio Code and not have a browser open automatically. Or perhaps your default is Internet Explorer and you want to open Chrome instead. Use the environment variable BROWSER and set it to "none" or "chrome".