Skip to content

Commit c18bb39

Browse files
author
Dave Bartolomeo
committed
Remove more debugging code
1 parent d93f2b6 commit c18bb39

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

extensions/ql-vscode/test/vscode-tests/cli-integration/queries.test.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {
33
ExtensionContext,
44
Range,
55
Uri,
6-
window,
76
workspace,
87
} from "vscode";
98
import { join, dirname } from "path";
@@ -46,8 +45,6 @@ import {
4645
import { ProgressCallback } from "../../../src/common/vscode/progress";
4746
import { withDebugController } from "./debugger/debug-controller";
4847
import { getDataFolderFilePath } from "./utils";
49-
import { spawn } from "child-process-promise";
50-
import os from "os";
5148

5249
const simpleQueryPath = getDataFolderFilePath("debugger/simple-query.ql");
5350

@@ -87,15 +84,6 @@ async function compileAndRunQuery(
8784
console.log(`Content: ${doc.getText()}`);
8885
}
8986
}
90-
const scopelessConfig = workspace
91-
.getConfiguration("debug")
92-
.get<string>("saveBeforeStart", "default");
93-
const qlConfig = workspace
94-
.getConfiguration("debug", { languageId: "ql" })
95-
.get<string>("saveBeforeStart", "default");
96-
const codeqlConfig = workspace
97-
.getConfiguration("debug", { languageId: "codeql" })
98-
.get<string>("saveBeforeStart", "default");
9987

10088
await controller.startDebugging(
10189
{

0 commit comments

Comments
 (0)