Skip to content

Commit b7967a5

Browse files
authored
fix: actually set the flag...
1 parent bb0f0ac commit b7967a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass/src/setup-hadron-distribution.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if (
4848
* @see {@link https://github.com/microsoft/vscode/issues/185212#issuecomment-1593271415}
4949
*/
5050
if (app.commandLine.hasSwitch('password-store') === false) {
51-
app.commandLine.appendSwitch('gnome-libsecret');
51+
app.commandLine.appendSwitch('password-store', 'gnome-libsecret');
5252
}
5353
}
5454

0 commit comments

Comments
 (0)