From e7779003272af7a5d0ca6fe039295e1a7327e98e Mon Sep 17 00:00:00 2001 From: Christopher Chang <51393127+chriscerie@users.noreply.github.com> Date: Sat, 23 Mar 2024 13:23:06 -0700 Subject: [PATCH] Readd space --- selene-vscode/src/extension.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/selene-vscode/src/extension.ts b/selene-vscode/src/extension.ts index 84110f37..b6ac77f1 100644 --- a/selene-vscode/src/extension.ts +++ b/selene-vscode/src/extension.ts @@ -150,8 +150,9 @@ export async function activate( const output = await selene.seleneCommand( context.globalStorageUri, // Must use relative path for now due to https://github.com/Kampfkarren/selene/issues/593 - "--display-style=json2 --no-summary" + - vscode.workspace.asRelativePath(document.uri.fsPath), + `--display-style=json2 --no-summary ${vscode.workspace.asRelativePath( + document.uri.fsPath, + )}`, selene.Expectation.Stderr, vscode.workspace.getWorkspaceFolder(document.uri), )