mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 19:29:24 +01:00
7 lines
173 B
Bash
Executable File
7 lines
173 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
flatpak run com.visualstudio.code --no-sandbox $@
|
|
# --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland
|
|
set +x
|