VSCode (en)

Notes (en)

How to Make It Possible to Edit Files on a Hyper-V Virtual Machine Directly from VSCode

This article summarizes how to set up an environment that lets you use VSCode installed on the Windows host to work with files on Ubuntu running in a virtual machine.

Read
Notes (en)

Why the `code` Command Stops Working After `apt upgrade` on Linux and How to Fix It

I troubleshot the issue where VSCode can no longer be launched with the `code` command after running `apt update` in a Linux environment, so I’m recording the cause and the fix.

Read
C# (en)

Quick notes on running C# on WSL and debugging it in VSCode

This article builds an ELF-format console application with .NET and also sets up debugging for a C# program through VSCode connected to WSL.

Read