Adam Bertram
adbertram.bsky.social
Adam Bertram
@adbertram.bsky.social
Online entrepreneur, tech geek, recovering sysadmin, content creator, automation, PowerShell, AI nerd and Lego Bricklink seller.

adamtheautomator.com
If you can never find your active tab in VS Code: set the background to semi-transparent. settings.json:

"workbench.colorCustomizations": {
"tab.activeBackground": "#ffff8820"
}
The last two digits control opacity: FF = 100%, 80 = 50%, 20 = ~12%. #VSCode #DevTips
April 17, 2025 at 2:19 PM