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