Skip to content

Commit

Permalink
fix: actually set the flag...
Browse files Browse the repository at this point in the history
  • Loading branch information
gribnoysup authored Jun 21, 2024
1 parent bb0f0ac commit b7967a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compass/src/setup-hadron-distribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if (
* @see {@link https://github.com/microsoft/vscode/issues/185212#issuecomment-1593271415}
*/
if (app.commandLine.hasSwitch('password-store') === false) {
app.commandLine.appendSwitch('gnome-libsecret');
app.commandLine.appendSwitch('password-store', 'gnome-libsecret');
}
}

Expand Down

0 comments on commit b7967a5

Please sign in to comment.