Script to launch vscode in Linux under Wayland

This commit is contained in:
2025-08-03 11:33:53 -07:00
parent 66923c8f43
commit 28cef49435

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