Hugo's Blog
-
-
-
-
Give Your GitHub Repos a Makeover with VSCode's Material Icons
Today, I will show you how to give your GitHub repos a step-by-step makeover with VS Code's Material Icons. Let's dive in.
Solving the "Unknown rule @tailwind" Issue in VSCode
Although this message doesn't disrupt the functionality, it can be distracting. However, as Software Engineer, we can't let these smells distract us from our work. That's why I decided to investigate the issue and find a solution. Today, I'll share the steps I took to resolve the 'Unknown rule @tailwind' issue in VSCode.
How to Enable Word Wrap for MDX Files in VSCode
A quick guide on how to enable word wrap for MDX files in VSCode with just one simple configuration.
Say Goodbye to Git Graph in VSCode: A New Era of Source Control Visualization
In the latest VSCode 1.93 version, VSCode has built Git Graph right into its Source Control tool, so we don't need an extra extension to see our Git history anymore. Let's explore this cool new feature together!
如何在 Mac 安裝 Node.js & NPM
新年剛好把 MacOS 重灌,讓這台老 macbook pro 2020 重獲新生,也藉此機會重新建置開發環境。因此我們將示範如何在 Mac 安裝 Node.js 以及 NPM,其實直接從官網安裝 Node.js 時就會同時安裝 NPM,因此我將以 Mac 作為示範如何在成功安裝 Node.js,並且展示成功結果!