adding electron flags

This commit is contained in:
2026-03-11 13:35:48 +01:00
parent bf212a1477
commit 68aa33bbfd
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# Enable Wayland support
--enable-features=WaylandWindowDecorations,AllowQt
--ozone-platform=wayland
--gtk-version=4

21
.vscode/argv.json vendored Normal file
View File

@@ -0,0 +1,21 @@
// This configuration file allows you to pass permanent command line arguments to VS Code.
// Only a subset of arguments is currently supported to reduce the likelihood of breaking
// the installation.
//
// PLEASE DO NOT CHANGE WITHOUT UNDERSTANDING THE IMPACT
//
// NOTE: Changing this file requires a restart of VS Code.
{
// Use software rendering instead of hardware accelerated rendering.
// This can help in cases where you see rendering issues in VS Code.
// "disable-hardware-acceleration": true,
// Allows to disable crash reporting.
// Should restart the app if the value is changed.
"enable-crash-reporter": true,
// Unique id used for correlating crash reports sent from this instance.
// Do not edit this value.
"crash-reporter-id": "ce7e0f80-f595-4b8c-904b-6eb80ecd42b6",
"password-store":"gnome-libsecret"
}