This commit is contained in:
Nora
2023-07-31 09:41:12 +00:00
parent 558a70e3c8
commit 098437b463
3 changed files with 0 additions and 3 deletions

View File

View 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(

View File

@@ -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),