k8s
Posts about Visual Studio Code settings and tips
November 23, 2024
VSCode keybindings.json file
My keybindings.json file, mostly for backup purposes:
Note: on a Mac, these are in ~/Library/Application Support/Code/User/keybindings.json
November 4, 2024
VSCode *.code-workspace file
An example of a <something>.code-workspace
file, mostly for backup purposes:
October 31, 2024
VSCode settings.json file
My settings.json file as of 2024-10-31, mostly for backup purposes:
Note: on a Mac, these are in ~/Library/Application Support/Code/User/settings.json
May 24, 2024
Code Coverage VSCode With PHPUnit
Need: Get some code coverage up for unit tests in vscode. PHPUnit can handle outputting the necessary coverage information. Coverage Gutters can read the outputting coverage file (in xml). I'm...
ReadFebruary 11, 2021
Modifying VIM emulation in Visual Studio Code to Work Better
I just started using Visual Studio Code. I’ve been using vim for a long time. I liked some of the features of VS Code, but I can’t go back to a mouse. So, of course VSC has vim emulation, but...
ReadFebruary 11, 2021
Moving Around in Visual Studio with VIM emulation mods
I just started using VS Code/Visual Studio Code. I’ve been a vim guy for years, and have tried Atom, which was pretty good. Then I started seeing all these youtube videos where people used VS Code,...
Read