We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec85d3 commit d03d7a1Copy full SHA for d03d7a1
1 file changed
extensions/ql-vscode/src/extension.ts
@@ -499,10 +499,6 @@ async function activateWithInstalledDistribution(
499
): Promise<void> {
500
const path = selectedQuery ? selectedQuery.path : window.activeTextEditor!.document.uri.fsPath;
501
if(path) {
502
- /*
503
- // Get path of temporary 'qh-markdown' directory in extension context
504
- const tempDirPath = `${getContextStoragePath(ctx)}/qh-markdown/`;
505
- */
506
// Create temporary directory
507
const tmpDir = tmp.dirSync();
508
// Get library name and query file name in the format 'libname/queryname.md
0 commit comments