We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1b91d commit 705a3daCopy full SHA for 705a3da
src/contextKeys.ts
@@ -155,7 +155,7 @@ function createContextKeys(): ContextKeys {
155
set hasExecutableProduct(value: boolean) {
156
hasExecutableProduct = value;
157
void vscode.commands
158
- .executeCommand("setContext", "swift.hasExecutableTarget", value)
+ .executeCommand("setContext", "swift.hasExecutableProduct", value)
159
.then(() => {
160
/* Put in worker queue */
161
});
0 commit comments