1 Commits

Author SHA1 Message Date
ea0a34258b Added script to launch vscode in Wayland environment 2025-12-14 08:55:05 -08:00

6
scripts/vscode Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
/opt/vscode/VSCode-linux-x64/code \
--enable-features=UseOzonePlatform,WaylandWindowDecorations \
--ozone-platform-hint=auto \
--unity-launch %F . & disown %1