Skip to content

Commit 30d1283

Browse files
committed
fix: "SFDX: Create Query in SOQL Builder" only appears in the command palette if a default org is set
1 parent 40779cb commit 30d1283

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
@@ -359,7 +359,7 @@
359359
"commandPalette": [
360360
{
361361
"command": "soql.open.new.builder",
362-
"when": "sf:project_opened"
362+
"when": "sf:project_opened && sf:has_target_org"
363363
},
364364
{
365365
"command": "soql.open.new.text.editor",

0 commit comments

Comments
 (0)