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 / README.md
Last active May 10, 2025 08:17 — forked from abn/install-jetbrains-toolbox.sh
Install JetBrains Toolbox App with Dependency Check

Install JetBrains Toolbox App with Dependency Check

Reference and fork from, https://gist.github.com/abn/022c5f9eae491687a766f25bd8322fc0

How to use

Copy and paste the following command to your terminal

bash -c "$(curl -fsSL https://gist.githubusercontent.com/weehong/0bf6b75c54b56d5cbbc33752c93dac8b/raw/cf1357a4d9c56a471c9c05d2dde0e56f0a694328/install-jetbrains-toolbox.sh)"
@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