We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a17532 + 2d832e9 commit f7550c5Copy full SHA for f7550c5
1 file changed
extensions/ql-vscode/src/extension.ts
@@ -497,7 +497,7 @@ async function activateWithInstalledDistribution(
497
async function previewQueryHelp(
498
selectedQuery: Uri
499
): Promise<void> {
500
- const pathToQhelp = selectedQuery ? selectedQuery.path : window.activeTextEditor!.document.uri.fsPath;
+ const pathToQhelp = selectedQuery ? selectedQuery.fsPath : window.activeTextEditor!.document.uri.fsPath;
501
if(pathToQhelp) {
502
// Create temporary directory
503
return tmp.dir().then(async o => {
0 commit comments