Этот проект зеркально отражен от https://github.com/microsoft/vscode
Ошибка пулл зеркалирования
Зеркалирование репозитория было приостановлено из-за слишком большого количества неудачных попыток. Оно может быть возобновлено управляющим или владельцем проекта
Последний раз обновлен
- 23.10.2025 1 коммит
-
-
Bhavya U создал
-
- 22.10.2025 1 коммит
-
-
Bhavya U создал
* Update todo styling * Hide todo list container initially and manage its visibility during rendering * Remove standalone ChatTodoListWidget and integrate todo UI into ChatInputPart - Remove ChatTodoListWidget import, field, instantiation and DOM append - Delegate render/clear of todo list to ChatInputPart (use inputPart.renderChatTodoListWidget / inputPart.clearTodoListWidget) - Update content height and layout math to exclude removed standalone widget height - Simplify and relocate todo-list CSS: reduce padding/margins, move widget container styling under .interactive-input-part, and remove the large global .chat-todo-list-widget rules * Account for integrated todo list in chat input layout - Include todoListWidgetContainerHeight in ChatInputPart contentHeight and layout calculations so the embedded todo UI is reserved in layout - Rename ChatWidget.renderChatTodoListWidget to renderChatInputTodoListWidget and update the call site - Increase bottom padding of .chat-editing-session-container to make space for the todo list * update config * Update icon size * Remove standalone Chat Todo List Widget styles from chat.css * Add onDidUpdateTodos to mock IChatTodoListService in inline chat tests
-
- 21.10.2025 7 коммитов
-
-
-
Harald Kirschner создал
-
Harald Kirschner создал
-
Takashi Tamura создал
-
Bhavya U создал
* Skip rendering the "Suggest Next" widget when locked to a coding agent * Prevent Suggest Next widget from rendering when chat is locked to a coding agent
-
Martin Aeschlimann создал
-
-
- 20.10.2025 8 коммитов
-
-
Martin Aeschlimann создал
* rename mode to agent * update * update * fix tests * update * update * update * update * update * update
-
Don Jayamanne создал
-
Don Jayamanne создал
-
Ben Villalobos создал
-
Joaquín Ruales создал
* Show workspace-level agent instruction files in dropdown * Update src/vs/workbench/contrib/chat/common/promptSyntax/service/promptsService.ts Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/vs/workbench/contrib/chat/browser/promptSyntax/pickers/promptFilePickers.ts
Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com>
* PR Feedback -
Don Jayamanne создал
* Fix creatig new chat editor for a specific agent * Unify lockedAgent info into a single type * Apply suggestion from @Copilot Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> -
Don Jayamanne создал
* Support context widget in chat input box for chat sessions * Disable tools from context if tools aren't supported * Support for MCP references as well * Exclude images as well * Remove empty lint * Udpates * Simplify
-
Peng Lyu создал
-
- 19.10.2025 3 коммита
- 18.10.2025 1 коммит
-
-
Harald Kirschner создал
* Mode handoff flow * Show/hide widget on mode switching * Fix tests * Address PR feedback: remove subtitle, exclude quick chat, add debouncing for suggest next widget * Show next steps widget only after request completion, not on message send * Reset promptSyntax changes that landed in main The handOffs property logic has landed in main branch via another PR. Resetting these files to avoid conflicts and use the upstream implementation. * Fixed handoff props * Improve chat suggest next widget layout and styling * Fix mode handoff widget visibility on clear and mode changes * Prevent suggest widget re-show on clear * reset styling and clean up chatWidget * Schedule welcome view render instead of invoking it directly Use the existing _welcomeRenderScheduler.schedule() when the view model has no items so welcome view rendering is debounced and avoids potential reentrant/cyclic calls. * update css * Schedule suggest-next widget render instead of hiding it synchronously * Use single quotes for YAML lines in "mode with handoffs attribute" test * Update tests * Account for suggest-next widget height * Nit: remove height update for welcome content --------- Co-authored-by:
bhavyaus <bhavyau@microsoft.com>
-
- 17.10.2025 1 коммит
-
-
Paul создал
-
- 15.10.2025 2 коммита
-
-
Elijah King создал
* fixed prompt styling and full width * fixed font size * left right padding -2px
-
Bhavya U создал
-
- 14.10.2025 2 коммита
-
-
Benjamin Pasero создал
-
-
- 13.10.2025 1 коммит
-
-
Simon Siefke создал
-
- 11.10.2025 1 коммит
-
-
Benjamin Pasero создал
The `gap: 4px` directive for the chat input part needs to be accounted for. In addition, the tree container itself should not require to get a height applied provided its parent list container has a proper height. This fixes issues where the blue outline box would be cut off at the bottom.
-
- 10.10.2025 1 коммит
-
-
- 03.10.2025 2 коммита
-
-
Copilot создал
* Replace context key logic with IChatEntitlementService in chatWidget.ts Co-authored-by:
bhavyaus <25044782+bhavyaus@users.noreply.github.com>
* refactor: streamline chat setup handling and reset logic in ChatWidget
* fix: adjust conditional formatting in ChatWidget for better readability
---------
Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by:
bhavyaus <25044782+bhavyaus@users.noreply.github.com>
Co-authored-by:
bhavyaus <bhavyau@microsoft.com> -
Bhavya U создал
Refactor todo list widget configuration to use a structured object and update related references (#269572) * Refactor todo list widget configuration to use a structured object and update related references * Update src/vs/workbench/contrib/chat/browser/chat.contribution.ts Co-authored-by:
Harald Kirschner <hkirschner@microsoft.com>
* Update src/vs/workbench/contrib/chat/browser/chat.contribution.ts
Co-authored-by:
Harald Kirschner <hkirschner@microsoft.com>
* Update src/vs/workbench/contrib/chat/browser/chat.contribution.ts
Co-authored-by:
Harald Kirschner <hkirschner@microsoft.com>
* Update src/vs/workbench/contrib/chat/browser/chat.contribution.ts
Co-authored-by:
Harald Kirschner <hkirschner@microsoft.com>
---------
Co-authored-by:
Harald Kirschner <hkirschner@microsoft.com>
-
- 02.10.2025 4 коммита
-
-
Harald Kirschner создал
-
Elijah King создал
-
Elijah King создал
-
Elijah King создал
-
- 01.10.2025 1 коммит
-
-
Copilot создал
* Initial plan * Add method to check for existing instruction files in welcome message logic Co-authored-by:
digitarald <8599+digitarald@users.noreply.github.com>
* Fix re-rendering logic and create test workspaces for validation
Co-authored-by:
digitarald <8599+digitarald@users.noreply.github.com>
* refactor(chat): use idiomatic disposal patterns with thenIfNotDisposed utility
* Wording and logic fixes
---------
Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by:
digitarald <8599+digitarald@users.noreply.github.com>
Co-authored-by:
Harald Kirschner <hkirschner@microsoft.com>
-
- 29.09.2025 2 коммита
-
-
Bhavya U создал
* Add todo list rendering in chat input and update styles * Refactor todo list rendering logic to use widget position settings and remove deprecated configuration * Refactor chat input to integrate ChatTodoListWidget and remove unused IChatTodoListService * Refactor ChatInputPart to remove unused todo state management and improve session handling for todo list widget * Integrate ChatTodoListWidget into ChatInputPart and update rendering logic in ChatWidget * Remove redundant todo state reset logic on chat session change in ChatInputPart * Remove unnecessary blank line in ChatInputPart class * Simplify condition check for rendering working set in ChatInputPart * Remove unused CSS rules for chat editing session todos in interactive session
-
-
- 27.09.2025 2 коммита
-
-
Bhavya U создал
* fix: update clear functionality in ChatTodoListWidget * Update src/vs/workbench/contrib/chat/browser/chatWidget.ts Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> -
-