Added script to launch VSCode

This commit is contained in:
2025-10-01 23:52:37 -07:00
parent 728d2a0f6d
commit 76472bdffe

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