Articles Tagged
No-Hassle Visual Studio Code Theming: Building an Extension
Quick Tip: Clear VS Code Cache for Open Files
If you use VS Code, you might have enabled the setting for re-opening a previously open file next time the app launches. I do. I like that.…
The Many Faces of VS Code in the Browser
VS Code is built from web technologies (HTML, CSS, and JavaScript), but dare I say today it’s mostly used a local app that’s installed on your machine. That’s starting to shift, though, as there has been an absolute explosion of …
VS Code Extensions for HTML
Let’s look at some extensions for VS Code that make writing and editing HTML (and languages that are basically HTML with extra powers) better. You may not like all of them. Maybe some of them don’t appeal to you, solve …
Run Gulp as You Open a VS Code Project
When I open my local project for this very site, there is a 100% chance that I need to run this command before anything else: gulp. I set that up fresh less than a year ago so I’m on …
A Gentle Introduction to Using a Docker Container as a Dev Environment
Sarcasm disclaimer: This article is mostly sarcasm. I do not think that I actually speak for Dylan Thomas and I would never encourage you to foist a light theme on people who don’t want it. No matter how wrong they …
Some Little Improvements to My VS Code Workflow (Workspaces, Icons, Tasks)
I did a little thing the other day that I didn’t know was possible until then. I had a project folder open in VS Code like I always do, and I added another different root folder to the window. I …
My Visual Studio Code Setup: Extensions and Themes
Matthias Ott’s posted his VS Code setup. I find lists like this (I rounded up some recent updates of my own) irresistible, probably because, like y’all, I spend an awful lot of time in VS Code and wanna make …