Skip to content

Instantly share code, notes, and snippets.

View weehong's full-sized avatar
🏠
Working from home

Wee Hong weehong

🏠
Working from home
  • DBS Bank
  • Singapore
View GitHub Profile
@weehong
weehong / READMD.md
Last active March 8, 2025 09:49
Visual Studio Code - Run and Debug Setup for .NET Core Project

This Gist shows the Run and Debug configuration on Visual Studio Code for the .NET Core project.

Folder Structure

/root/workspace/dotnet/<solution_project_name>/
│
├── .vscode/
│   ├── launch.json
│ └── tasks.json