Skip to content

Commit 71b1b49

Browse files
koesie10charisk
andauthored
Fix incorrect development scenarios path
Co-authored-by: Charis Kyriakou <charisk@users.noreply.github.com>
1 parent 7288712 commit 71b1b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/mocks/mock-gh-api-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export class MockGitHubApiServer extends DisposableObject {
131131
}
132132

133133
if (this.ctx.extensionMode === ExtensionMode.Development) {
134-
const developmentScenariosPath = Uri.joinPath(this.ctx.extensionUri, 'src/mocks/scenarios').toString();
134+
const developmentScenariosPath = Uri.joinPath(this.ctx.extensionUri, 'src/mocks/scenarios').fsPath.toString();
135135
if (await fs.pathExists(developmentScenariosPath)) {
136136
return developmentScenariosPath;
137137
}

0 commit comments

Comments
 (0)