Commit Graph

127839 Commits (roblou/chat-candidate-alternate)

Author SHA1 Message Date
Martin Aeschlimann b4bb10f4b5
chat diff codeblock: use inline preview (#234983) 2024-12-02 15:29:30 +01:00
Sandeep Somavarapu 6f2b37362d
show policy value when set (#234977) 2024-12-02 13:20:28 +01:00
Johannes Rieken 4defa1673a
use agent name (not full name) for inline chat hint (#234976)
* don't animate or fade inline chat hint

* make `inlineChat.lineEmptyHint` and `inlineChat.lineSuffixHint` as EXP settings

* use agent name (not full name) for inline chat hint

https://github.com/microsoft/vscode-copilot/issues/10863
2024-12-02 13:10:22 +01:00
Johannes Rieken 0da229afca
no width restriction for inline chat (#234975)
fixes https://github.com/microsoft/vscode-copilot/issues/9266
2024-12-02 12:51:10 +01:00
Johannes Rieken 9e0297c3ec
reveal line when inline chat starts so that sticky scroll doesn't overlap with it (#234974)
re https://github.com/microsoft/vscode/issues/219542
2024-12-02 12:43:16 +01:00
Ladislau Szomoru fea0365cba
Engineering - bump deprecated package (#234965)
* Engineering - bump deprecated package

* Fix build script
2024-12-02 11:17:24 +00:00
Johannes Rieken c50728fefb
Show related files with "Add Files..." (#234972)
* WIP - related files sitting with 'Add File...'

re https://github.com/microsoft/vscode-copilot/issues/10834

* * make suggested file render after "Add Files..." command
* have accept and discard gesture for each of them
* keep provider data (description, name) on item
2024-12-02 12:12:33 +01:00
Johannes Rieken bfe98d2e6e
fix illegal value for line number error (#234913)
* fix illegal value for line number error

* fix test
2024-12-02 12:10:28 +01:00
Martin Aeschlimann d8b547e2f5
edits: API cleanup around snapshots (#234969) 2024-12-02 11:51:13 +01:00
Aiday Marlen Kyzy 0113c584e1
EditContext: Ignore selection change time on focus (#234968)
ignore selection change time on focus
2024-12-02 11:32:54 +01:00
Robo 8b3519c7ab
chore: disable internal zoom adjustment for GetBoundingClientRect (#233686) 2024-12-02 02:15:27 -08:00
Ladislau Szomoru d6927564ee
Git - fix action button regression (#231108) (#234967) 2024-12-02 11:13:15 +01:00
Ladislau Szomoru c267c566ba
Engineering - update notebooks (#234964) 2024-12-02 10:27:43 +01:00
Martin Aeschlimann 271571d80f
Merge pull request #234620 from elias-pap/add-icon-for-vite-config
feat: add icon for Vite
2024-12-02 10:00:27 +01:00
Rob Lourens 5fe8e27136
Fix error when closing inline chat widgets (#234950)
Set lastItem before rendering list, chat which may try to reference lastItem
Fix #234596
2024-12-02 06:49:50 +01:00
Benjamin Pasero 2ed1e9b48c
chat - welcome tweaks (#234949)
* chat - welcome tweaks

* perf
2024-12-01 21:28:38 +00:00
Jean Pierre 30b132d696
Fixes old extensionHost process is not killed immediately after reloading vscode web tab in the browser (#234944)
Fixes #234943
2024-12-01 16:54:25 +00:00
Ladislau Szomoru 026a7b195c
Git - add action button logging (#234939) 2024-12-01 09:54:53 +00:00
Johannes Rieken df74071da5
Revert "don't recreate button bar as response streams (#234884)" (#234909)
This reverts commit 532b137e3c.

https://github.com/microsoft/vscode-copilot/issues/10426
2024-11-29 16:24:30 +01:00
Johannes Rieken 5979e0d9cd
let /edits scroll along unless manual scrolling happens (#234908)
* let /edits scroll along unless manual scrolling happens

* unlock scroll on bearing click
2024-11-29 16:07:34 +01:00
Benjamin Pasero 2092ae3454
chat - reimplement welcome (#234847) 2024-11-29 15:03:39 +01:00
Johannes Rieken b407df3d44
Add keybinding for clearing chat actions in chat session (#234901) 2024-11-29 14:50:20 +01:00
Benjamin Pasero b456415eaf
. 2024-11-29 14:49:21 +01:00
Johannes Rieken 8f3c626c22
inline chat style tweaks (#234900)
* follow up focus border bleed
* response shows no generate
2024-11-29 14:47:03 +01:00
Benjamin Christopher Simmonds 0e262dcf8c
Add missing view focus commands (#234899)
add missing view focus commands
2024-11-29 14:38:51 +01:00
Benjamin Pasero d9c235b1fb
more 2024-11-29 14:15:39 +01:00
Benjamin Pasero 8ab7ea8972
. 2024-11-29 14:06:46 +01:00
Benjamin Pasero 546a6074b2
. 2024-11-29 14:06:10 +01:00
Benjamin Pasero c735a7cc19
. 2024-11-29 13:58:02 +01:00
Christof Marti 09f117fcd9 Keep originals and resolveProxyURL (#228697) 2024-11-29 13:23:38 +01:00
Anthony Stewart 9fa0171d10
Add support for a border between sidebar and panel titles and views (#157318)
* Add support for a border between sidebar and panel titles and views

* Updates after merging

* Add borders for aux panel too

* Set box-sizing to content-box

* Set box-sizing to content-box

* Remove fixed 35px height on .monaco-action-bar

* Remove box-sizing from panelPart.css

---------

Co-authored-by: Benjamin Christopher Simmonds <44439583+benibenj@users.noreply.github.com>
2024-11-29 12:15:02 +00:00
Benjamin Pasero cee04792ac
. 2024-11-29 13:07:58 +01:00
Johannes Rieken 4ed8d7400e
correctly init navigation, less `? of N` (#234894)
re https://github.com/microsoft/vscode-copilot/issues/10682
2024-11-29 13:01:16 +01:00
Benjamin Pasero 7f656142fa
. 2024-11-29 12:52:32 +01:00
Johannes Rieken 53d37ee173
Joh/friendly-cuckoo (#234893)
* - make sure autorun is tracked as for disposal
- close editors when their file has been deleted
- revert modified file working copy before rejecting it so that auto-save-restore doesn't restore the file

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

* fix https://github.com/microsoft/vscode/issues/234883
2024-11-29 12:36:52 +01:00
Benjamin Pasero b0ecc97de5
. 2024-11-29 12:28:23 +01:00
Benjamin Pasero 7f8c954f21
. 2024-11-29 12:14:57 +01:00
Benjamin Pasero c2a55ab822
. 2024-11-29 12:11:53 +01:00
Benjamin Pasero d8b99a7210
. 2024-11-29 12:10:21 +01:00
Benjamin Pasero cf7bf3e385
. 2024-11-29 12:08:22 +01:00
Benjamin Pasero cf43e68368
. 2024-11-29 11:55:39 +01:00
Aiday Marlen Kyzy a47f407e38
Reenabling EditContext by default on Insiders (#234888)
Revert "Revert "Smoke test failure - changing selectors depending on app qual…"

This reverts commit b8d5339e04.
2024-11-29 11:49:50 +01:00
Benjamin Pasero 55340e2aef
. 2024-11-29 11:27:53 +01:00
Benjamin Pasero 6702e77cb2
. 2024-11-29 11:20:53 +01:00
Benjamin Pasero d51ee78312
. 2024-11-29 11:16:04 +01:00
Johannes Rieken 532b137e3c
don't recreate button bar as response streams (#234884)
fixes https://github.com/microsoft/vscode-copilot/issues/10282#event-15187786154
2024-11-29 11:14:51 +01:00
João Moreno b4f2157f05
log when asset already exists in DB (#234885) 2024-11-29 11:07:41 +01:00
Benjamin Pasero 4c082162d9
. 2024-11-29 11:05:37 +01:00
Benjamin Pasero 2ba228dfa5
. 2024-11-29 11:00:23 +01:00
Sandeep Somavarapu bde8d48e3d
Enhance timeline chart and access data label functionality (#234882)
* render requests as timeline chart

* polish chart

* cleaner link

* fix hover

* introduce access data label

* add documentation about accessDataLabel

---------

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2024-11-29 10:56:04 +01:00