mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Reorganize workbench/contrib/chat (#285467)
* Move some tools files * chat/accessibility * Fix this * Move model files into model/ * Move tool invocation into model/ * Move builtinTools under tools/ * Add common/ui/ folder * attachments/ and participants/ * browser/widget/ folder * attachments/ and tools/ * widgetHosts/ * widget/modelPcker/ and context/ * Doc and more organizing * widget/input/ * widget/chatContentParts/ * More cleanup in common/ * Tweak docs, move a file * Break up contrib/ folder * Fix test/ files
This commit is contained in:
@@ -262,22 +262,22 @@ export default tseslint.config(
|
||||
'src/vs/workbench/browser/workbench.ts',
|
||||
'src/vs/workbench/common/notifications.ts',
|
||||
'src/vs/workbench/contrib/accessibility/browser/accessibleView.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/chatAttachmentResolveService.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/chatContentParts/chatAttachmentsContentPart.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/chatContentParts/chatConfirmationWidget.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/chatContentParts/chatElicitationContentPart.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/chatContentParts/chatReferencesContentPart.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/chatContentParts/chatTreeContentPart.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/chatContentParts/toolInvocationParts/abstractToolConfirmationSubPart.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/attachments/chatAttachmentResolveService.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatAttachmentsContentPart.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatConfirmationWidget.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatElicitationContentPart.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatReferencesContentPart.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatTreeContentPart.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/abstractToolConfirmationSubPart.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingSession.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingSessionStorage.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/chatInlineAnchorWidget.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/chatResponseAccessibleView.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/contrib/chatInputCompletions.ts',
|
||||
'src/vs/workbench/contrib/chat/common/chatModel.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatInlineAnchorWidget.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/accessibility/chatResponseAccessibleView.ts',
|
||||
'src/vs/workbench/contrib/chat/browser/widget/input/editor/chatInputCompletions.ts',
|
||||
'src/vs/workbench/contrib/chat/common/model/chatModel.ts',
|
||||
'src/vs/workbench/contrib/chat/test/common/promptSyntax/testUtils/mockFilesystem.test.ts',
|
||||
'src/vs/workbench/contrib/chat/test/common/promptSyntax/testUtils/mockFilesystem.ts',
|
||||
'src/vs/workbench/contrib/chat/test/common/tools/manageTodoListTool.test.ts',
|
||||
'src/vs/workbench/contrib/chat/test/common/tools/builtinTools/manageTodoListTool.test.ts',
|
||||
'src/vs/workbench/contrib/debug/browser/debugAdapterManager.ts',
|
||||
'src/vs/workbench/contrib/debug/browser/variablesView.ts',
|
||||
'src/vs/workbench/contrib/debug/browser/watchExpressionsView.ts',
|
||||
|
||||
Reference in New Issue
Block a user