Skip to content

Commit eb7235d

Browse files
authored
cloud/cli agents: remove when statements (microsoft/vscode#276132) (#1859) (#1863)
1 parent 6ad774d commit eb7235d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4354,7 +4354,6 @@
43544354
"inputPlaceholder": "Describe your task, type `#` for adding context",
43554355
"order": 2,
43564356
"description": "The GitHub Copilot CLI Agent works on your local machine",
4357-
"when": "!chatEntitlementSignedOut && chatIsEnabled",
43584357
"capabilities": {
43594358
"supportsFileAttachments": true,
43604359
"supportsProblemAttachments": true,
@@ -4383,7 +4382,6 @@
43834382
"inputPlaceholder": "Describe your task, type `#` for adding context",
43844383
"order": 1,
43854384
"description": "Delegate tasks to the GitHub Copilot Cloud Agent. The agent works asynchronously in the cloud to implement changes, iterates via chat, and can create or update pull requests as needed.",
4386-
"when": "!chatEntitlementSignedOut && chatIsEnabled",
43874385
"capabilities": {
43884386
"supportsFileAttachments": true
43894387
}

0 commit comments

Comments
 (0)