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

Co-authored-by: Koen Vlaswinkel <koesie10@users.noreply.github.com>
This commit is contained in:
Dave Bartolomeo
2023-04-14 13:29:23 -04:00
committed by GitHub
parent 95dda2b3dd
commit 14a4247ffa

View File

@@ -211,7 +211,7 @@ export class DebugController
public async createLaunchJson(config: QLDebugConfiguration): Promise<void> {
const launchJsonPath = join(
workspace.workspaceFolders![0].uri.fsPath,
getOnDiskWorkspaceFolders()[0],
".vscode/launch.json",
);