Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
vs code

18 Articles
{
,

}
Direct link to the article No Hassle Visual Code Theming: Publishing an Extension
ide vs code

No Hassle Visual Code Theming: Publishing an Extension

You’d think that publishing a VS Code extension is an easy process, but it’s not. You have to publish your theme in at least two places.
Zell Liew on Feb 3, 2026
Direct link to the article No-Hassle Visual Studio Code Theming: Building an Extension
ide vs code

No-Hassle Visual Studio Code Theming: Building an Extension

I've always thought that creating a VS Code theme was a lot of work. But lo and behold, it took less than six hours to get it working, then a day or two to polish up my final tweaks.
Zell Liew on Feb 2, 2026
Direct link to the article Quick Tip: Clear VS Code Cache for Open Files
vs code

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.…

Geoff Graham on Aug 11, 2022
Direct link to the article The Many Faces of VS Code in the Browser
vs code

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 …

Chris Coyier on Nov 18, 2021
Direct link to the article VS Code Extensions for HTML
vs code

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 …

Chris Coyier on Jun 7, 2021
Direct link to the article Run Gulp as You Open a VS Code Project
gulp terminal vs code

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 …

Chris Coyier on Oct 12, 2020
Direct link to the article A Gentle Introduction to Using a Docker Container as a Dev Environment
docker vs code

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 …

Burke Holland on Sep 24, 2020 Updated on Apr 13, 2021
Direct link to the article Some Little Improvements to My VS Code Workflow (Workspaces, Icons, Tasks)
code editor vs code

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 …

Chris Coyier on Apr 22, 2020
Direct link to the article My Visual Studio Code Setup: Extensions and Themes
vs code

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 …

Chris Coyier on Apr 22, 2020 Updated on Apr 24, 2020
  • 1
  • 2
  • Older

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top