You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove 'delegate to agent' / 'assign to coding agent' command and related code
Remove the issue.assignToCodingAgent command, its registration, implementation,
package.json entries, localization string, and update documentation to remove
references to "Delegate to coding agent" and outdated CodeLens mentions.
This functionality is moving to the Copilot Chat extension.
Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com>
Copy file name to clipboardExpand all lines: documentation/IssueFeatures.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,10 @@
1
1
We've added some experimental GitHub issue features.
2
2
3
-
# Code actions and CodeLens
3
+
# Code actions
4
4
5
-
Wherever there is a `TODO` comment in your code, two actions are available:
5
+
Wherever there is a `TODO` comment in your code, a code action is available via the lightbulb quick fix menu:
6
6
7
-
1.**CodeLens**: Clickable actions appear directly above the TODO comment line for quick access
8
-
2.**Code actions**: The same actions are available via the lightbulb quick fix menu
9
-
10
-
Both provide two options:
11
7
-**Create Issue from Comment**: Takes your text selection and creates a GitHub issue with the selection as a permalink in the issue body. It also inserts the issue number after the `TODO`.
12
-
-**Delegate to coding agent**: Starts a Copilot coding agent session to work on the TODO task (when available)
13
8
14
9

0 commit comments