Added script to launch vscode in Wayland environment

This commit is contained in:
2025-12-14 08:55:05 -08:00
parent 5f7e282611
commit ea0a34258b

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