Skip to content

Commit 37ee01c

Browse files
committed
Always show "Set Current Build Configuration" in pallete
When building out of tree, whether the extension is in fullFeatureSet or not depends on which build configuration is chosen. The workspace does not have a Makefile, but one of the builddirs in a configuration does. Allow that configuration to be selected, unconditionally on the currently selected configuration.
1 parent 3ecd35a commit 37ee01c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -569,10 +569,6 @@
569569
"command": "makefile.launchRun",
570570
"when": "makefile:localRunFeature"
571571
},
572-
{
573-
"command": "makefile.setBuildConfiguration",
574-
"when": "makefile:fullFeatureSet"
575-
},
576572
{
577573
"command": "makefile.setBuildTarget",
578574
"when": "makefile:fullFeatureSet"
@@ -681,7 +677,7 @@
681677
},
682678
{
683679
"command": "makefile.outline.setBuildConfiguration",
684-
"when": "makefile:fullFeatureSet && view == makefile.outline && viewItem =~ /nodeType=configuration/",
680+
"when": "view == makefile.outline && viewItem =~ /nodeType=configuration/",
685681
"group": "inline@1"
686682
},
687683
{

0 commit comments

Comments
 (0)