From ea0a34258b21d8cbbbf297bfea32f6befa0cf24d Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sun, 14 Dec 2025 08:55:05 -0800 Subject: [PATCH] Added script to launch vscode in Wayland environment --- 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