Cleanup
This commit is contained in:
0
extensions/ql-vscode/AutomodelVsCode.qll
Normal file
0
extensions/ql-vscode/AutomodelVsCode.qll
Normal file
@@ -162,7 +162,6 @@ export class DataExtensionsEditorModule {
|
||||
const qlpackFile = join(queryDir, "codeql-pack.yml");
|
||||
await writeFile(qlpackFile, dumpYaml(syntheticQueryPack), "utf8");
|
||||
|
||||
// TODO: test dependency installation
|
||||
await this.cliServer.packInstall(queryDir);
|
||||
|
||||
const view = new DataExtensionsEditorView(
|
||||
|
||||
@@ -40,8 +40,6 @@ export async function runQuery(
|
||||
// For a reference of what this should do in the future, see the previous implementation in
|
||||
// https://github.com/github/vscode-codeql/blob/089d3566ef0bc67d9b7cc66e8fd6740b31c1c0b0/extensions/ql-vscode/src/data-extensions-editor/external-api-usage-query.ts#L33-L72
|
||||
|
||||
// TODO: install dependencies
|
||||
|
||||
const additionalPacks = getOnDiskWorkspaceFolders();
|
||||
const extensionPacks = Object.keys(
|
||||
await cliServer.resolveQlpacks(additionalPacks, true),
|
||||
|
||||
Reference in New Issue
Block a user