File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
extensions/ql-vscode/test/vscode-tests/cli-integration Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 33 ExtensionContext ,
44 Range ,
55 Uri ,
6- window ,
76 workspace ,
87} from "vscode" ;
98import { join , dirname } from "path" ;
@@ -46,8 +45,6 @@ import {
4645import { ProgressCallback } from "../../../src/common/vscode/progress" ;
4746import { withDebugController } from "./debugger/debug-controller" ;
4847import { getDataFolderFilePath } from "./utils" ;
49- import { spawn } from "child-process-promise" ;
50- import os from "os" ;
5148
5249const 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 {
You can’t perform that action at this time.
0 commit comments