We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2d7f9 commit 2db8ec8Copy full SHA for 2db8ec8
packages/vscode-extension/src/commands/SetupAccount.ts
@@ -302,7 +302,7 @@ export default class SetupAccount extends BaseAction {
302
authid: authId,
303
account: accountId,
304
certificateid: certificateId,
305
- privatekeypath: privateKeyFilePath[0].fsPath,
+ privatekeypath: `"${privateKeyFilePath[0].fsPath}"`,
306
domain: url,
307
};
308
0 commit comments