We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7288712 commit 71b1b49Copy full SHA for 71b1b49
extensions/ql-vscode/src/mocks/mock-gh-api-server.ts
@@ -131,7 +131,7 @@ export class MockGitHubApiServer extends DisposableObject {
131
}
132
133
if (this.ctx.extensionMode === ExtensionMode.Development) {
134
- const developmentScenariosPath = Uri.joinPath(this.ctx.extensionUri, 'src/mocks/scenarios').toString();
+ const developmentScenariosPath = Uri.joinPath(this.ctx.extensionUri, 'src/mocks/scenarios').fsPath.toString();
135
if (await fs.pathExists(developmentScenariosPath)) {
136
return developmentScenariosPath;
137
0 commit comments