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 2 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 thatcode
package,/usr/bin/code
is a shell script which readscode-flags.conf
andelectronNN-flags.conf
, thenexec
s the realelectron
binary with those flags.