
How to associate files with a specific extension to a language in VSCode
2024年5月4日 • ☕️ 1 min read
Here’s how to associate .sh.tmpl files with the shellscript language in VSCode when working with Chezmoi shell template files.
タグ「VSCode」の投稿は 2 件

Here’s how to associate .sh.tmpl files with the shellscript language in VSCode when working with Chezmoi shell template files.

Using `console.log` to debug frontend is easy but absolutely not effective. As `Next.js@9~` was born, debug `Next.js` + `Typescript` became possible. But unfortuately, there's only server side debug manual in Vercel's official site documentation. Let's dig a little more deeper to find out how to debug `Next.js` + `Typescript` in both `server` and `client` side.