We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0f0ac commit b7967a5Copy full SHA for b7967a5
packages/compass/src/setup-hadron-distribution.ts
@@ -48,7 +48,7 @@ if (
48
* @see {@link https://github.com/microsoft/vscode/issues/185212#issuecomment-1593271415}
49
*/
50
if (app.commandLine.hasSwitch('password-store') === false) {
51
- app.commandLine.appendSwitch('gnome-libsecret');
+ app.commandLine.appendSwitch('password-store', 'gnome-libsecret');
52
}
53
54
0 commit comments