Skip to content

Commit 14a4247

Browse files
Dave Bartolomeokoesie10
andauthored
Update extensions/ql-vscode/test/vscode-tests/cli-integration/debug-controller.ts
Co-authored-by: Koen Vlaswinkel <koesie10@users.noreply.github.com>
1 parent 95dda2b commit 14a4247

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/test/vscode-tests/cli-integration/debug-controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export class DebugController
211211

212212
public async createLaunchJson(config: QLDebugConfiguration): Promise<void> {
213213
const launchJsonPath = join(
214-
workspace.workspaceFolders![0].uri.fsPath,
214+
getOnDiskWorkspaceFolders()[0],
215215
".vscode/launch.json",
216216
);
217217

0 commit comments

Comments
 (0)