Skip to content

Commit 705a3da

Browse files
authored
1 parent 5b1b91d commit 705a3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contextKeys.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function createContextKeys(): ContextKeys {
155155
set hasExecutableProduct(value: boolean) {
156156
hasExecutableProduct = value;
157157
void vscode.commands
158-
.executeCommand("setContext", "swift.hasExecutableTarget", value)
158+
.executeCommand("setContext", "swift.hasExecutableProduct", value)
159159
.then(() => {
160160
/* Put in worker queue */
161161
});

0 commit comments

Comments
 (0)