How to use VSCodium with Wayland? #1381
-
|
If you run The problem is how to make vscodium automatically read this flag. In normal VSCode, I could just specify the flag in |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
|
AFAIR VSCode does not support configs in |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jaroshevskii you can use a solution like this, override the original |
Beta Was this translation helpful? Give feedback.
-
|
Tuning the |
Beta Was this translation helpful? Give feedback.
-
|
Just ran into this issue and auto didn't work for me, but |
Beta Was this translation helpful? Give feedback.
-
This config file seems to be specific to " |
Beta Was this translation helpful? Give feedback.
This config file seems to be specific to "
Code - OSS" on ArchLinux, and is read by a wrapper script. In thatcodepackage,/usr/bin/codeis a shell script which readscode-flags.confandelectronNN-flags.conf, thenexecs the realelectronbinary with those flags.