Skip to content

Commit 93387cc

Browse files
committed
feat: new command "SFDX: Execute SOQL Query with Current File" in command palette
1 parent 4f9850c commit 93387cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/salesforcedx-vscode-soql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
},
388388
{
389389
"command": "sf.data.query.document",
390-
"when": "false"
390+
"when": "resourceExtname == .soql && sf:has_target_org"
391391
}
392392
],
393393
"editor/title": [

0 commit comments

Comments
 (0)