Skip to content

Instantly share code, notes, and snippets.

View jeffreyschultz's full-sized avatar

Jeffrey Schultz jeffreyschultz

  • Newport News, VA
View GitHub Profile
@jeffreyschultz
jeffreyschultz / vscode
Last active January 19, 2026 22:45
VSCode launcher that manages VSCode and VSCode Insiders profiles with isolated user data directories
#!/usr/bin/env bash
set -euo pipefail
# VSCode Profile Launcher
# Manages VSCode and VSCode Insiders profiles with isolated user data directories
# Detect if we're in WSL and set up paths accordingly
if [[ -n "$WSL_DISTRO_NAME" ]]; then
# In WSL, store profiles in Windows filesystem to avoid locking issues