Commit graph

122427 commits

Author SHA1 Message Date
Bhavya U
f388d52dc7
Check for valid issue on reopen (#216397) 2024-06-18 10:36:44 +02:00
dependabot[bot]
69105b9a4e
Bump ws from 7.4.6 to 7.5.10 (#216023)
Bumps [ws](https://github.com/websockets/ws) from 7.4.6 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.6...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 10:09:38 +02:00
Johannes Rieken
5e2e40c42e
tweak accept or discard message (#216384) 2024-06-18 10:00:46 +02:00
Johannes Rieken
b631c0aa4d
fix https://github.com/microsoft/vscode-copilot/issues/6236 (#216367) 2024-06-18 09:39:17 +02:00
Bhavya U
3b94c28ffb
Check for valid issue on open (#216334) 2024-06-18 08:51:27 +02:00
Benjamin Pasero
214a425a0f
Revert "🆙 @parcel/watcher@2.4.0" (#216318)
Revert "🆙 `@parcel/watcher@2.4.0` (#215964)"

This reverts commit 406d1d726f.
2024-06-18 08:43:31 +02:00
Rob Lourens
77b63a165e
Reveal breakpoints view when adding a function breakpoint to it (#216315)
Fix #216137
2024-06-18 08:11:41 +02:00
Rob Lourens
7d06e7bd5c
Fix /explain sorting (#215600)
hack
2024-06-18 06:55:06 +02:00
Sandeep Somavarapu
68b971efb2
fix #212904 (#215973) 2024-06-18 06:28:54 +02:00
Rob Lourens
83b92b5e97
Revert "Don't clear chat disposables too early while progressive rendering (#215907)" (#216267)
This reverts commit 85e9b0786c.
2024-06-18 02:50:19 +02:00
Rob Lourens
545058462e
Start refactoring ChatListRenderer (#216140)
* Start breaking ChatListRenderer content types into their own classes

* Make renderTextEdit a Part as well

* Add ChatMarkdownContentPart

* Layout codeblock refs
2024-06-17 17:49:09 -07:00
Megan Rogge
6f28d7fdad
add hasChatAgent context key for terminal (#215554)
terminal part of #215526
2024-06-17 17:10:14 -07:00
Matt Bierner
61eba45dc4
Don't register js/ts paste provider if setting is off (#216168) 2024-06-17 15:14:59 -07:00
Megan Rogge
3a682a623b
fix layout issues (#215969) 2024-06-17 21:18:30 +00:00
Matt Bierner
9eba3ad2fc
Use overflow widgets dom node for context menus (#213929)
Fixes clipping of custom context menus in embedded editors, such as those in the chat view
2024-06-17 14:11:22 -07:00
Matt Bierner
290eb3df07
Make sure drop edits are disposed of properly (#216084) 2024-06-17 14:07:00 -07:00
John Murray
3ef8921a20
Page correctly on multi-provider timeline (fix #213452) (#213453) 2024-06-17 20:48:28 +00:00
Benjamin Pasero
406d1d726f
🆙 @parcel/watcher@2.4.0 (#215964) 2024-06-17 12:25:03 -07:00
Sandeep Somavarapu
be0e53510d
add notification on auto restart (#215976) 2024-06-17 10:50:51 -07:00
Jean Pierre
1b6851d686
Fix configure tasks in serverless can delete entire tasks file (#215810)
Fixes #213824
2024-06-17 17:17:36 +00:00
Benjamin Pasero
fd9c4c8559
🆙 distro (#215971) 2024-06-17 19:11:41 +02:00
Sandeep Somavarapu
3b2fc596fd
do not support auto restart in stable (#215963) 2024-06-17 17:40:54 +02:00
Aiday Marlen Kyzy
b8d1155b90
Using service collection in the test file (#215962)
using service collection in the tests
2024-06-17 16:59:13 +02:00
Sandeep Somavarapu
1fd1f389d2
disable auto restart setting by default (#215961) 2024-06-17 16:36:30 +02:00
Daniel Imms
ed0a90c0b1
Merge pull request #215581 from microsoft/tyriar/211996
Add . and .. to suggestions, do nothing is completing same
2024-06-17 07:30:36 -07:00
Johannes Rieken
7a711a9986
define and use inlineChatForeground (defaults toeditorWidgetForeground) (#215951) 2024-06-17 06:40:13 -07:00
Johannes Rieken
24ca2600ce
more deterministics names for event leakage tracing (#215950) 2024-06-17 14:12:07 +02:00
Sandeep Somavarapu
934307f5be
fix #214621 (#215942) 2024-06-17 12:51:47 +02:00
Johannes Rieken
88d860624c
Inline chat UI overhaul (#215927)
* don't dimiss inline chat content widget when already having typed something

https://github.com/microsoft/vscode-copilot/issues/6067

* extract `TextOnlyMenuEntryActionViewItem` for reuse

* remove unused variables

* * show chat input below request/response pairs
* setting for text-only buttons
* more dynamic buttons
* always show the first request, don't repopulate input with last message
* keep progress bar hidden, rely on "Generating..."
* no more special background color

* add `minimal` renderer style for chat renderings

* tweak font-size for details when render mode is minimal

* stable scroll position for inline chat, don't push down the lines chat is editing but push the inline chat upwards

* more buttons more compact, tweak labels

* * add missing service dependency
* repopulate input for some unit test

* allow output from `InteractiveChatController` suite
2024-06-17 11:26:21 +02:00
Johannes Rieken
0131b07802
Merge pull request #214900 from werat/fix-error-format
Fix error message format
2024-06-17 11:10:30 +02:00
Sandeep Somavarapu
a7af3c0e6d
fix #214329 (#215932) 2024-06-17 10:58:13 +02:00
Loïc Mangeonjean
ed4de0582a
Update preference markers on profile change (#214353)
fix: update preference markers on profile change

Co-authored-by: Loïc Mangeonjean <loic@coderpad.io>
2024-06-17 10:39:38 +02:00
Rob Lourens
85e9b0786c
Don't clear chat disposables too early while progressive rendering (#215907)
This clear() is wrong because this loop is incrementally updating content, not rerendering everything. Deleting is also not quite right because we are technically leaking when things get rerendered. But that is only the case while in the middle of streaming content, and things will always be fixed up when the response is done loading.
Fix #212853
2024-06-17 05:47:44 +02:00
Rob Lourens
b49212f5cb
Fix showing hover on default chat participant (#215906) 2024-06-17 05:47:11 +02:00
Tyler James Leonhardt
5d7157cb03
Implement getAccounts API over getSessions (#215874)
And plumb that through to the Microsoft auth provider
2024-06-16 18:12:37 -07:00
Sandeep Somavarapu
fc1a9a48ec
report telemetry even when not auto (#215792) 2024-06-16 14:08:36 -07:00
Henning Dieterichs
8dcd7945af
Improves observable logging experience (#215782) 2024-06-16 20:22:39 +02:00
Henning Dieterichs
937c8c0c94
Observable logging improvement (#215759) 2024-06-16 18:16:40 +02:00
Rob Lourens
35ac2d01a6
Improve chat input history (#215593)
* Fixes to history navigation with dynamic variables
Prevent ChatDynamicVariableModel deleting editor text while in history navigation

* Try to add history item for current input, doesn't quite work

* Use HistoryNavigator2 in chat

* Update context attachments for new input state model

* Add SetWithKey and use it in HistoryNavigator2

* Fix history for 2 widget inline chat

* Add log action, clean up

* Add tests for SetWithKey

* comment

* Fix
2024-06-14 16:38:22 -07:00
Benjamin Christopher Simmonds
be838c0af7
Revert "Don't merge a view with a titleDescription (fix #166000) (#214010)" (#215597)
This reverts commit af1bd0264a.
2024-06-15 01:37:10 +02:00
Benjamin Christopher Simmonds
a41578cab7
Fix titlebar restore when in zen mode (#215596)
fix titlebar restore when in zen mode
2024-06-15 01:12:14 +02:00
Connor Peet
03d781a755
cli: fix closing incorrectly if updated failed (#215595) 2024-06-15 00:54:51 +02:00
Joyce Er
d32e093374
fix: prevent 'rerun without' hint from overflowing chat list (#215594) 2024-06-15 00:41:28 +02:00
Aaron Munger
608fe4f38c
REPL/IW editor only using a notebook text model (#214356)
* registered editor with notebook model

* migrated some stuff from Interactive Editor

* display notebook and input box

* dont always filter kernels by view

* fix restore

* implement some commands

* working copy recovery/discarding

* fix tear down

* do not show last cell

* simplify notebookOptions creation

* reset text model on execute

* fix run button

* set tab name

* use differentiated notebooktype to determine kernel

* allow registering notebooks as other priorities

* conditionally register actions

* move registerAction back to top level

* fix input box message

* naming

* dont register extra repl commands for now

* use jupyter-notebook notebook type

* set scratchpad on backup recovery

* remove unused method
2024-06-14 15:12:29 -07:00
Peng Lyu
fecd77fd69
Merge pull request #215577 from microsoft/rebornix/dirty-bonobo
Fix #215544. Fix notebook scoped instantiation service.
2024-06-14 13:28:10 -07:00
Daniel Imms
733f8b8526
Remove bad expected behavior from test 2024-06-14 12:59:58 -07:00
Daniel Imms
ce3f763edb
Add . and .. to suggestions, do nothing is completing same
Fixes #211996
2024-06-14 12:16:25 -07:00
Peng Lyu
789d05ac49 Fix #215544. Fix notebook scoped instantiation service. 2024-06-14 12:00:55 -07:00
Connor Peet
af867d774a
testing: polish attributable coverage API, fix coverage reporting in selfhost (#215559) 2024-06-14 11:39:38 -07:00
Benjamin Christopher Simmonds
4666c5068d
Fix registered contextkey issue (#215564)
fix registered contextkey removes others
2024-06-14 20:38:21 +02:00