Update extensions/ql-vscode/src/variant-analysis/run-remote-query.ts

Co-authored-by: Koen Vlaswinkel <koesie10@users.noreply.github.com>
This commit is contained in:
Andrew Eisenberg
2023-05-25 08:30:24 -07:00
committed by GitHub
parent b4506cf6e5
commit efabcaefe3

View File

@@ -379,8 +379,6 @@ async function fixPackFile(
}
const qlpack = load(await readFile(packPath, "utf8")) as QlPack;
// Use original name
// qlpack.name = QUERY_PACK_NAME;
updateDefaultSuite(qlpack, packRelativePath);
removeWorkspaceRefs(qlpack);