Skip to content

Commit d03d7a1

Browse files
committed
Removed comment
1 parent eec85d3 commit d03d7a1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

extensions/ql-vscode/src/extension.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -499,10 +499,6 @@ async function activateWithInstalledDistribution(
499499
): Promise<void> {
500500
const path = selectedQuery ? selectedQuery.path : window.activeTextEditor!.document.uri.fsPath;
501501
if(path) {
502-
/*
503-
// Get path of temporary 'qh-markdown' directory in extension context
504-
const tempDirPath = `${getContextStoragePath(ctx)}/qh-markdown/`;
505-
*/
506502
// Create temporary directory
507503
const tmpDir = tmp.dirSync();
508504
// Get library name and query file name in the format 'libname/queryname.md

0 commit comments

Comments
 (0)