Этот проект зеркально отражен от https://github.com/microsoft/vscode Ошибка пулл зеркалирования
Зеркалирование репозитория было приостановлено из-за слишком большого количества неудачных попыток. Оно может быть возобновлено управляющим или владельцем проекта
Последний раз обновлен
  1. 30.10.2025 3 коммита
  2. 29.10.2025 1 коммит
  3. 27.10.2025 1 коммит
  4. 26.10.2025 1 коммит
  5. 24.10.2025 1 коммит
  6. 23.10.2025 3 коммита
  7. 22.10.2025 1 коммит
    • Bhavya U's avatar
      fixup todo styling (#271454)
      · d24017fd
      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
      d24017fd
  8. 21.10.2025 8 коммитов
  9. 20.10.2025 8 коммитов
  10. 19.10.2025 3 коммита
  11. 18.10.2025 1 коммит
    • Harald Kirschner's avatar
      Mode handoff flow (#269604)
      · cdbfba6d
      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: default avatarbhavyaus <bhavyau@microsoft.com>
      cdbfba6d
  12. 17.10.2025 1 коммит
  13. 15.10.2025 2 коммита
  14. 14.10.2025 2 коммита
  15. 13.10.2025 1 коммит
  16. 11.10.2025 1 коммит
    • Benjamin Pasero's avatar
      chat - fix height compute of tree (#270876)
      · 8818bb33
      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.
      8818bb33
  17. 10.10.2025 1 коммит
  18. 03.10.2025 1 коммит