From 28cef49435b113d17e9a0c54b1f704751be0bd99 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sun, 3 Aug 2025 11:33:53 -0700 Subject: [PATCH] Script to launch vscode in Linux under Wayland --- scripts/vscode | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/vscode diff --git a/scripts/vscode b/scripts/vscode new file mode 100755 index 0000000..3e853c2 --- /dev/null +++ b/scripts/vscode @@ -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