mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-12 20:12:23 +01:00
disable file references for inline chat for now
This commit is contained in:
@@ -153,7 +153,7 @@ export class InlineChatWidget {
|
||||
renderStyle: 'minimal',
|
||||
renderInputOnTop: false,
|
||||
renderFollowups: true,
|
||||
supportsFileReferences: true,
|
||||
supportsFileReferences: false,
|
||||
filter: item => !isWelcomeVM(item),
|
||||
...options.chatWidgetViewOptions
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user