We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4c513 commit 17744efCopy full SHA for 17744ef
1 file changed
webviews/dashboardView/components/ChatInput.tsx
@@ -55,6 +55,7 @@ function setupMonaco() {
55
root: [
56
[/@(copilot|local)\b/, 'copilot-keyword'],
57
[/#\d+/, 'issue-reference'],
58
+ [/\w+\/\w+#\d+/, 'issue-reference'],
59
]
60
}
61
});
0 commit comments