Skip to content

Commit 17744ef

Browse files
committed
Also highlight repo linked issues
1 parent 1f4c513 commit 17744ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webviews/dashboardView/components/ChatInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function setupMonaco() {
5555
root: [
5656
[/@(copilot|local)\b/, 'copilot-keyword'],
5757
[/#\d+/, 'issue-reference'],
58+
[/\w+\/\w+#\d+/, 'issue-reference'],
5859
]
5960
}
6061
});

0 commit comments

Comments
 (0)