When users log off the server, why not automatically run a VS Code Server kill and cleanup process? You could even schedule it daily to prevent multiple users from accumulating bloat over time. That way, system admins don’t have to manage manual cleanups. It’s easy to script and you could even trigger it when a VS Code window closes to make the process fully automated. Honestly, no production server should retain a .vscode-server directory long-term. It should be purged once a session ends or work is complete.