Commit Graph

124157 Commits

Author SHA1 Message Date
Sandeep Somavarapu cd5f306825 fixes: install pre-release action & disablement (#217157) 2024-06-24 15:19:09 +02:00
Sandeep Somavarapu 74a5de9113 fix #216574 (#217023) 2024-06-24 13:18:58 +02:00
Johannes Rieken 53c0b5ac53 Joh/mental-koi (#217004)
* hightlight first button only when inline chat has a prompt

* rename "Cancel Request" to "Stop Request"

* mark `inlineChat.experimental.textButtons` as experimental

* show all "input" command when not using text btns

* When cancelling, undo untill before the request
2024-06-24 13:06:53 +02:00
Alex Ross 6d903b443c Respect command enablement in tree view message buttons (#216995) 2024-06-24 12:59:30 +02:00
Ladislau Szomoru e2c6c2b9e8 SCM - avoid opening multiple multi-file diff editors for the same history item (#216979) 2024-06-24 12:21:00 +02:00
Michael Lively 9d41b1cefc Support Textual Selections in notebook find widget (#216840)
* support textual selections in notebook find widget

* add textual selection decorations

* union type

* fix passed ranges, clear find scope text range decs

* organize imports pass

* remove auto find explorations
2024-06-24 02:30:46 -07:00
Cody Beyer b01aaeda15 adding missing azure ai py packages to tagging (#216861) 2024-06-24 10:01:58 +02:00
Johannes Rieken feae5bf5d6 make sure errors are recreated when making LM requests (#216807)
* add integration tests for LanguageModelChat#sendRequest

* make sure errors are recreated when making LM requests

* disable test with a note for later

* fix remote integration tests
2024-06-24 09:50:48 +02:00
Jake Bailey 34107733c7 Fix tsc -p ./src, remove no-default-lib (#216760) 2024-06-24 06:45:19 +00:00
Martin Aeschlimann 524d1ecedd use progressService for code mapper (#216910) 2024-06-23 17:00:13 +02:00
Rob Lourens 111a6f7238 Rework ChatListRenderer (#216897)
* ChatListRenderer changes

* Streaming fixes

* Handle stored codeblocks from multiple renderMarkdown calls

* Fixes to disposables and progress messages

* Add element to render context

* Add a content part for references

* Add content part for task

* Fix fillInIncompleteTokens

* Delete usedReferences setting

* Make references rendered the same as other chat parts

* Comments

* Clean up
2024-06-23 08:07:10 +02:00
Martin Aeschlimann b6924a1d2e use first mappedEditsProviders that returns a result (#216885) 2024-06-22 17:28:42 +02:00
Simon Siefke e47ec0a879 fix settings editor memory leak (#216763)
* try to fix settings editor memory leak

* clean up code

* remove unused clear
2024-06-21 23:52:04 +00:00
Rob Lourens 125f3581c3 Unleash the chat API (#216850)
* Unleash the chat API

* Fix

* Fix
2024-06-21 16:16:04 -07:00
Cody Beyer c7a975543b adding auzre ai package tagging for js 2024-06-21 15:43:18 -07:00
Rob Lourens 0a03218581 Fix two chat history bugs (#216848)
* Fix "show chats" before chat view is loaded
Fix microsoft/vscode-copilot-release#1079

* Fix microsoft/vscode-copilot-release#1327
2024-06-21 13:47:18 -07:00
Michael Lively 7cee4289e8 Larger default nb find widget size + in selection label verbage (#216847)
Larger default nb find widget size + selection label verbage
2024-06-21 22:35:43 +02:00
Michael Lively 05e6e67fd7 Update missing area label query for my-work.ghinb (#216846)
update missing area label query
2024-06-21 13:04:27 -07:00
David Dossett a3a8dd5b01 a11y: Add opt-in setting to underline links within p elements (#216842) 2024-06-21 12:55:43 -07:00
Sandeep Somavarapu 7fca5bc172 feedback: improve message and styling (#216835) 2024-06-21 19:49:32 +02:00
Sandeep Somavarapu ce744ffb77 adopt to restart extensions (#216832) 2024-06-21 10:36:17 -07:00
Sandeep Somavarapu 795e206268 do not allow creating multiple new profiles (#216833) 2024-06-21 10:32:44 -07:00
Daniel Imms 4c7ac7b078 Merge pull request #216831 from microsoft/tyriar/216810_2
Correct terminal row calculation
2024-06-21 10:01:57 -07:00
Daniel Imms c75b992eb1 Merge pull request #216829 from microsoft/tyriar/216810_1
Resize terminal horizontal and vertical separately
2024-06-21 09:50:19 -07:00
Matt Bierner 5256e0a9bf Pick up TS 5.5 stable release (#216827) 2024-06-21 18:49:32 +02:00
Sandeep Somavarapu f44e0dad3b fix #215410 (#216828) 2024-06-21 18:45:33 +02:00
Daniel Imms 1bd152d39e Correct terminal row calculation
This was doubling up the padding which made us ignore some row pixels.

Fixes #216810
2024-06-21 09:44:51 -07:00
Daniel Imms d09eaa4888 Resize terminal horizontal and vertical separately
This allows vertical resizes to feel much smoother as the only reason resize
was being debounced to begin with was that reflow is slow, only horizontal
reflow is slow though so this should be fine.

Part of #216810
2024-06-21 09:32:45 -07:00
Ladislau Szomoru 68ca9a7f4c SCM - improve merge-base detection (#216823) 2024-06-21 17:53:13 +02:00
Daniel Imms f4f94df15e Merge pull request #216820 from microsoft/tyriar/210753
Serialize PromptInputModel
2024-06-21 08:32:54 -07:00
Daniel Imms 6ddf63fd33 Serialize PromptInputModel
Fixes #210753
2024-06-21 08:14:57 -07:00
Sandeep Somavarapu 63430dae27 fix #216808 (#216812) 2024-06-21 16:51:18 +02:00
Isidor Nikolic f9a6ab7d20 Merge pull request #216716 from microsoft/isidorn/alert-lemur
add proxy-bypass-list as argv argument
2024-06-21 16:38:38 +02:00
Johannes Rieken a2cab7255c don't move inline chat zone into selection when changes aren't far away (#216809)
* return (?) of the info icon

* don't move inline chat zone into selection when changes aren't far away
2024-06-21 15:41:43 +02:00
isidorn c8f6bdc946 add example in the description 2024-06-21 14:24:12 +02:00
Alex Ross ce7105088c Do not listen on tree menus (#216446)
Fixes #213145
2024-06-21 14:14:47 +02:00
Johannes Rieken 21b7ce1c8f fix https://github.com/microsoft/vscode-copilot/issues/6010 (#216802) 2024-06-21 13:23:35 +02:00
Johannes Rieken a759468250 add some testing language model streaming (#216789)
* add some testing language model streaming

https://github.com/microsoft/vscode/issues/216720

* fix tests
2024-06-21 13:22:42 +02:00
Johannes Rieken d64446d9a2 filter send and cancel actions from execute toolbar (#216801)
* * fixes https://github.com/microsoft/vscode/issues/216692
* make text-btn with command but with a little color

* * don't show close/view-in-chat while request is in flight

* filter send and cancel actions from execute toolbar

fixes https://github.com/microsoft/vscode/issues/216772
2024-06-21 13:12:27 +02:00
Ladislau Szomoru ae248b74bf SCM - tracking down more rendering bugs (#216799) 2024-06-21 13:00:13 +02:00
Benjamin Pasero abb277a559 TS 5.5 - adopt @import JSDoc comments (#216796) 2024-06-21 12:11:19 +02:00
Isidor Nikolic e87da4b138 Merge pull request #216771 from cobey/cobey/add_vector_ai_tags
updated file to include ai and vector db libs for py and js
2024-06-21 11:39:11 +02:00
Benjamin Pasero e341e59f1f Close All Editors action performs a soft revert skipping over change event for extensions (fix #215474) (#216795) 2024-06-21 11:28:07 +02:00
Johannes Rieken 63d0666760 fix https://github.com/microsoft/vscode/issues/216791 (#216794) 2024-06-21 11:25:42 +02:00
Sandeep Somavarapu defc051a7b fix #214341 (#216790)
* fix #214341

* remove unwanted
2024-06-21 11:01:22 +02:00
Christof Marti e0a7112fd5 Test custom root certificate (microsoft/vscode-copilot-release#1294) 2024-06-21 10:39:28 +02:00
Christof Marti 40e700a8d2 Fix module patching (microsoft/vscode-copilot-release#1294) 2024-06-21 09:18:21 +02:00
Johannes Rieken 9bb13791c7 fix https://github.com/microsoft/vscode/issues/216720 (#216736) 2024-06-21 09:08:49 +02:00
Ladislau Szomoru d701eb5a30 SCM - switch logs to trace level (#216784) 2024-06-21 08:58:20 +02:00
Justin Chen 4bbebd8af9 splits up process explorer and issue reporter services (#216766)
* split up process explorer and issue reporter services

* more cleanup

* fix comment

* remove comments
2024-06-20 18:56:01 -07:00