Skip to content

Commit eaf630c

Browse files
authored
cloud/cli agents: remove when statements (microsoft/vscode#276132) (#1859)
1 parent 6331e30 commit eaf630c

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
@@ -4341,7 +4341,6 @@
43414341
"inputPlaceholder": "Describe your task, type `#` for adding context",
43424342
"order": 2,
43434343
"description": "The GitHub Copilot CLI Agent works on your local machine",
4344-
"when": "!chatEntitlementSignedOut && chatIsEnabled",
43454344
"capabilities": {
43464345
"supportsFileAttachments": true,
43474346
"supportsProblemAttachments": true,
@@ -4370,7 +4369,6 @@
43704369
"inputPlaceholder": "Describe your task, type `#` for adding context",
43714370
"order": 1,
43724371
"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.",
4373-
"when": "!chatEntitlementSignedOut && chatIsEnabled",
43744372
"capabilities": {
43754373
"supportsFileAttachments": true
43764374
}

0 commit comments

Comments
 (0)