Commit Graph

121099 Commits

Author SHA1 Message Date
Daniel Imms 73a4cd4fb4 Merge pull request #211135 from microsoft/tyriar/pwsh5
Make suggest script compatible with pwsh 5
2024-04-23 10:35:21 -07:00
Johannes Rieken 8b07374eef fix https://github.com/microsoft/vscode-copilot/issues/5274 (#211130) 2024-04-23 19:19:40 +02:00
Daniel Imms 191a248afd Make suggest script compatible with pwsh 5 2024-04-23 10:17:22 -07:00
Isidor Nikolic d2428e1122 Merge pull request #211117 from microsoft/isidorn/internal-felidae
update distro pointer
2024-04-23 18:25:03 +02:00
isidorn 05c653a775 update distro pointer 2024-04-23 17:59:48 +02:00
Ulugbek Abdullaev d6c2601d7e Merge pull request #211086 from microsoft/ulugbekna/rename-suggestions-cancellation
rename suggestions: cancel suggestions if caret is moved or user clicks on rename widget input box
2024-04-23 17:57:16 +02:00
Aiday Marlen Kyzy 216cf41a3f Using workbench hover delegate to specify position of workbench hover (#211095)
using workbench hover delegate
2024-04-23 17:56:48 +02:00
Aiday Marlen Kyzy 2caabf1477 Removing the increase/decrease hover verbosity level keybindings (#211091)
removing the keybindings
2024-04-23 17:56:30 +02:00
Ulugbek Abdullaev bcf4d787a5 rename suggestions: cancel rename suggestion providers also if user changed moved caret or clicked on input box 2024-04-23 17:20:20 +05:00
Justin Chen a49c81edea reset code action state for lightbulb widget and auto triggers (#211073)
reset state after a bit back to original auto trigger
2024-04-23 12:59:31 +02:00
Martin Aeschlimann 83d2801c6b [css/json] update services (#211053) 2024-04-23 11:27:29 +02:00
Timothy Ng 386e1cf0bc Re-render sticky scroll when line numbers display mode is changed (#210815)
* re-render when line numbers display is changed

* refactor: extract to _readConfigurationChange
2024-04-23 07:37:09 +00:00
Aiday Marlen Kyzy 05e0576b6e Using standard token type directly within the test instead of number (#210927)
* wip

* converting to the standard token types
2024-04-23 09:25:12 +02:00
Rob Lourens 3477776559 Merge pull request #210976 from microsoft/roblou/wonderful-carp
Add button to chat hover and make it disposable
2024-04-22 21:17:36 -07:00
Matt Bierner 5d25f31b7e Re-register TS sort/remove unused commands (#210984)
Fixes #210728

Removed these as I thought they were unused
2024-04-22 20:16:38 -07:00
Matt Bierner fe94eaae4e Small changes to documentPaste.d.ts documentation (#210989) 2024-04-22 20:16:16 -07:00
Matt Bierner 117c4419d6 Fix config file diag text (#210988)
Fixes #210966
2024-04-22 20:15:13 -07:00
Johannes Rieken 703b81086a Editable chat code compare blocks (#210986)
Have a `DefaultChatTextEditor` that applies chat text edits using the diff editor if possible, normal edits otherwise. The former makes it possible to tweak the diff/changes before applying
2024-04-22 20:00:12 -07:00
Johannes Rieken 3c1a47dc74 inline chat should render outside edits with the new embedded diff rendering (#210980) 2024-04-22 17:10:32 -07:00
Rob Lourens 540def48b0 Add button to chat hover and make it disposable 2024-04-22 16:20:41 -07:00
Peng Lyu 4d2da337ee Trace notebook file open perf mark (#210974) 2024-04-23 01:12:22 +02:00
Aaron Munger 23f9ce4a7e get the editor from the context for cases that its not the focused editor (#210962)
* get the editor from the context for cases that its not the focused editor

* remove blob retries
2024-04-23 01:05:57 +02:00
Peng Lyu dd168fb100 Generate Cell behind an experiment. (#210973) 2024-04-23 00:47:20 +02:00
Andrea Mah 0f9dda3b0c Quick Search - list current editor results first (#210972)
Fixes #210067
2024-04-23 00:43:25 +02:00
Logan Ramos 01f02799cf Run OSS tool (#210971) 2024-04-23 00:40:44 +02:00
Johannes Rieken 321938130d make sure hold a session-long reference to untitled documents (#210969) 2024-04-22 15:32:10 -07:00
Johannes Rieken ba65916262 improve CodeCompareBlockPart (#210964)
* polish code compare block for chat widgets

* show edits unless applied
* show summary after applying
* know when original file has changed

* don't double apply edits

* separate `IChatTextEdit` (progress chunk) and `IChatTextEditGroup` (response value) so that latter can hold extra state and allows for groups of edits

* fix compile errors
2024-04-23 00:28:59 +02:00
Johannes Rieken 6622042969 only show UI after model is ready (#210968) 2024-04-23 00:09:57 +02:00
Connor Peet 85178f0fb4 cli: bubble error from setup to the remote server (#210967)
cli: bubble error from setup to the remote server logs
2024-04-22 23:57:44 +02:00
Daniel Imms 3ea914bb70 Merge pull request #210960 from microsoft/tyriar/240222_xterm
Update xterm and re-enable command guide for large commands
2024-04-22 14:09:56 -07:00
Daniel Imms 01a8a81539 Re-enable command guide for large commands
Fixes #210840
2024-04-22 13:43:41 -07:00
Daniel Imms a2c50be101 Update xterm
Fixes #210833
2024-04-22 13:41:49 -07:00
Martin Aeschlimann 0de5c3004f Revert "[css/json] update services (#210950)" (#210959)
This reverts commit 5b6444d082.
2024-04-22 22:32:32 +02:00
Martin Aeschlimann 5b6444d082 [css/json] update services (#210950) 2024-04-22 12:23:36 -07:00
Connor Peet 036d8e31b2 cli: use the legacy server for environment with prereq detection skipped (#210952)
Fixes #210029
2024-04-22 21:18:15 +02:00
Ulugbek Abdullaev abc8279c11 rename suggestions: add trigger-kind to proposed API 2024-04-22 20:29:53 +02:00
Ulugbek Abdullaev e592670f3b rename suggestions: allow getting rename suggestions manually 2024-04-22 20:29:53 +02:00
Ulugbek Abdullaev 2e9d1f2c6a rename widget: fix: rename suggestions that are not visible initially are not revealed on selection 2024-04-22 20:29:53 +02:00
Joyce Er 410e3fde6f feat: allow chat references to set ThemeIcons (#210940) 2024-04-22 19:57:02 +02:00
Henning Dieterichs b2af1a753f Fixes #208449 (#210691)
* Fixes #208449

* Fixes leak

* Fixes more leaks
2024-04-22 10:56:40 -07:00
Henning Dieterichs a6c0d83080 Hediet/b/placeholder-text (#210939)
Implements #208976
2024-04-22 19:47:25 +02:00
Henning Dieterichs 9f729d2fc5 Introduces codeEditorObs (#210938)
* Introduces obsCodeEditor
2024-04-22 10:24:12 -07:00
Sandeep Somavarapu 0b85b6e18e fix naming (#210936) 2024-04-22 18:59:54 +02:00
Raymond Zhao 52298e4368 chore: specify ESLint ignore file (#210935) 2024-04-22 18:54:43 +02:00
Henning Dieterichs 2d18d02ed2 Fixes strict equals bug when arg is undefined (#210934) 2024-04-22 18:50:27 +02:00
Aiday Marlen Kyzy f222d1249b Refactor indentation.test.ts (#210920)
* returning disposable instead of passing it as a parameter

* renaming the function
2024-04-22 09:16:10 -07:00
Benjamin Pasero ecad4d3eb8 Search view shows . next to problems in untitled notebooks (#208692) (#210931) 2024-04-22 09:15:19 -07:00
Henning Dieterichs 5ec8020154 Fixes diff algorithm bug (#210781)
* Fixes diff algorithm bug

* Fixes CI

Signed-off-by: Henning Dieterichs <hdieterichs@microsoft.com>

---------

Signed-off-by: Henning Dieterichs <hdieterichs@microsoft.com>
2024-04-22 08:45:41 -07:00
Justin Chen cd5d6f41f3 fix: copilot external reporting (#209077)
* temp fix

* fix regex, scatter checks throughout

* remove unused check

* nove changes to otther function

* initial check, removing extra parse calls

* regex softening

* regex tightening
2024-04-22 08:11:25 -07:00
Aaron Munger 674c62fade Minimal error renderer (#210767)
* collapse stack trace

* interaction buttons

* fixup

* place feature behind option

* styling, more cleanup

* test returned link, fix test bug

* test header link, skip header link for old IPython

* padding

* remove inline margin
2024-04-22 08:09:11 -07:00