Commit Graph

124157 Commits

Author SHA1 Message Date
Johannes Rieken ea03089bee fixup ChatRequestNotebookData (#219331)
re https://github.com/microsoft/vscode/issues/218363
2024-07-01 10:29:54 +02:00
Robo d3035ba351 ci: disable cli glibc checks (#219327) 2024-07-01 09:26:45 +02:00
Benjamin Pasero abe5b7d16f debt - more direct fs use (#219261) 2024-07-01 09:18:40 +02:00
Johannes 44ac947b5f review feedback: remove unneccessary check 2024-07-01 09:02:51 +02:00
Johannes e7e83d6442 Merge branch 'main' into joh/debt/inlineChatAgentAndCommands 2024-07-01 08:58:54 +02:00
Ladislau Szomoru 0426dd4e2a SCM - 💄 adopt observables (#219162) 2024-06-29 20:06:00 +02:00
Sandeep Somavarapu 0225546178 #212879 dispose child instantiation service (#219217)
* #212879 dispose child instantiation service

* fix tests
2024-06-29 19:40:07 +02:00
Benjamin Pasero 943b47ae17 debt - adopt nlsCoreBaseUrl (#219165) 2024-06-29 17:47:45 +02:00
Rob Lourens 39aba8e0af Tune chat render rate (#219241)
Count words more correctly
Don't measure the time before text starts to appear
Better logs
2024-06-29 14:31:50 +02:00
Cody Beyer bd258fe29d Merge branch 'main' into cobey/add_gem_py 2024-06-28 21:17:47 -07:00
Rob Lourens 5bece9e46a Clear all workspace chats should also clear all open chats (#219198)
Fix #218034
2024-06-29 00:39:18 +02:00
Rob Lourens c8a4a25577 Add 'command' to chat telemetry (#219218) 2024-06-28 14:25:19 -07:00
Aaron Munger 032c1b7544 don't show output items if they are empty (#216844)
* wait for content to attach toolbar

* command to show hidden outputs

* avoid perf hit of checking innerText on resize

* empty based on 0 content height

* just rely on height=0 for empty output

* use event to attach toolbar

* leave border in, but account for the height it adds

* hide again if content goes back to zero height

* zero

* tests, fix memory leaks

* move magic number to common function
2024-06-28 23:07:28 +02:00
Rob Lourens 206e438ff4 Fix #218031 (#219215) 2024-06-28 13:48:14 -07:00
Sandeep Somavarapu da36fe717e fix #218133 (#219212) 2024-06-28 13:47:41 -07:00
Sandeep Somavarapu 5fc4b6e873 skip version check in oss (#219206) 2024-06-28 13:31:08 -07:00
Cody Beyer 2cd75b9f79 Merge branch 'main' into cobey/add_gem_py 2024-06-28 13:27:58 -07:00
Cody Beyer c91009aea5 adding js/py lib for tagging 2024-06-28 13:22:11 -07:00
Justin Chen fe473c806f issue reporter short circuit logic fix (#219002)
* add better desccription check

* check on listener change
2024-06-28 13:05:29 -07:00
Rob Lourens 46362deb36 Support <sub> and <sup> in chat (#219053) 2024-06-28 11:06:45 -07:00
Johannes Rieken 5da15f50df Merge pull request #218393 from c-claeys/instantiation-dfs
Fix exponential runtime in service instantiation
2024-06-28 18:11:12 +02:00
Johannes 6e187c64b1 Merge branch 'main' into joh/debt/inlineChatAgentAndCommands 2024-06-28 18:01:27 +02:00
Sandeep Somavarapu d9744cf206 skip version check in oss (#219127) 2024-06-28 17:59:27 +02:00
Johannes Rieken dd7d9376fb remove dead types from old proposal versions (#219120) 2024-06-28 17:03:26 +02:00
Alex Ross 6889c34d61 Adopt editor placeholder for comment widget (#219119) 2024-06-28 16:55:07 +02:00
Johannes Rieken ecf818849d add location specific data along when making chat request (#219114)
with this PR the implicit variables tricks aren't needed anymore
2024-06-28 16:27:08 +02:00
Daniel Imms 8cb093f364 Merge pull request #218941 from microsoft/tyriar/216817
Use webgl in terminal sticky scroll
2024-06-28 07:00:13 -07:00
Benjamin Christopher Simmonds efa1397e63 Update default color for sticky scroll and location specific ones (#218712)
default color for sticky scroll and location specific ones
2024-06-28 15:47:48 +02:00
Benjamin Christopher Simmonds f272e4d094 Disable compare action when no resource selected (#218875)
Fix #212925
2024-06-28 15:47:18 +02:00
Benjamin Christopher Simmonds c50fcf3d7c Fix selection issue with filtered group models (#218889)
Review: Filtered Editor Group Models and Selections - fixes #213163
2024-06-28 15:46:43 +02:00
Benjamin Pasero 2014f1ddb2 nls - removal of loader plugin (#219098) 2024-06-28 15:45:52 +02:00
Ladislau Szomoru ff1b0028ad SCM - 💄 remove custom observable logging (#219101) 2024-06-28 14:49:35 +02:00
Johannes Rieken 388469b7b4 debt - CSS cleanup, accessibile diff viewer padding (#219102)
* remove `InlineChatWidget#updateProgress` because the chat widget already shows progress

* debt - CSS cleanup, accessibile diff viewer padding
2024-06-28 14:48:54 +02:00
Johannes Rieken d0db6d013f fix https://github.com/microsoft/vscode/issues/218692 (#219078) 2024-06-28 14:46:05 +02:00
Alex Ross ed4e6eda59 Update grammars (#219070) 2024-06-28 11:56:38 +02:00
Benjamin Pasero f6f90e0163 Implement NLS without AMD loader (#214588) 2024-06-28 11:55:48 +02:00
Johannes 7b299714f5 disable file references for inline chat for now 2024-06-28 11:44:11 +02:00
Johannes 375d8c8beb make SlashCommandService location aware, scope /clear and /help to panel location 2024-06-28 11:42:01 +02:00
Johannes e4fa43f168 decorate agent command part when alone (with agent) 2024-06-28 11:29:48 +02:00
Johannes 8277c0eba8 allow tryToParseSlashCommand to respect default agent commands with default agent being part of the query 2024-06-28 11:12:56 +02:00
Benjamin Christopher Simmonds cb1514f9a6 Bump version to 1.92.0 (#219067) 2024-06-28 10:08:40 +02:00
Johannes c8605f15bf Merge branch 'main' into joh/debt/inlineChatAgentAndCommands 2024-06-28 09:42:03 +02:00
Johannes d390b22c6d fix lint error 2024-06-28 09:31:37 +02:00
Raymond Zhao aea213b7fc chore: bump braces in build (#219010) 2024-06-27 23:21:14 +02:00
Aaron Munger 2eedc1373c look for keylabel that is used for mac as well (#219015)
look for mac keylabel as well
2024-06-27 23:20:34 +02:00
Snoppy 8d54ffc9f6 chore: fix typos (#216562)
Signed-off-by: snoppy <michaleli@foxmail.com>
2024-06-27 20:01:19 +00:00
Daniel Imms 4b28f5d48c Use webgl in terminal sticky scroll
Fixes #216817
Fixes #218427
2024-06-27 11:00:50 -07:00
Johannes 52be6e6cb7 let inline chat use default command and agent completions 2024-06-27 17:06:23 +02:00
Sandeep Somavarapu 973dc3065b fix #218219 (#218876) 2024-06-27 16:48:33 +02:00
Christof Marti 9a2ef8f356 Update distro hash 2024-06-27 15:47:54 +02:00