TIPS
Controlling VSCode from the Terminal
Do you prefer the command line over the mouse? Would you rather start VS Code from the Terminal than finding it in Applications and clicking around to open your repo?
In this article I’ll show you some of my fav tips for controlling VSCode from the command line.
read moreMake VSCode 'active tab' more visible
When I use VSCode I find it difficult to tell which tab is the active tab. I often find myself clicking on the wrong one. I realize that the active tab’s bottom line is missing, but my eyes never seem to see that.
I finally found a solution!
read moreBash Env Variable Defaults
In my previous blog post I explained a trick for setting bash env variables when you run a script. In this post I discuss how to write bash scripts that handle such variables properly.
read moreSetting env variables in /bin/bash
If you want to set an env variable in bash for only 1 command, here’s some bad ways to do it:
read more
