bash/usr-local-bin/code: wayland support is fixed upstream

This commit is contained in:
Aminda Suomalainen 2022-05-10 12:54:38 +03:00
parent ba146f2f2c
commit 050928156c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#!/usr/bin/env bash
set -x
flatpak run com.visualstudio.code --no-sandbox $@
# --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland
flatpak run com.visualstudio.code --no-sandbox --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland $@
set +x