Commit graph

121626 commits

Author SHA1 Message Date
Connor Peet 358a3a65d3
fix incomplete coverage reports on macos (#212639)
* eng: fix incomplete coverage reports on macos

Wait for stdout to drain before exiting

* better fix
2024-05-13 15:27:00 -07:00
Matt Bierner 39fc2dfefa
Fixes a few more cases of #211878 (#212642) 2024-05-13 15:26:06 -07:00
Rob Lourens 31eadcecce
Make ChatValueReference#range optional (#212641) 2024-05-14 00:19:21 +02:00
Connor Peet 584a7a119b
Merge pull request #212640 from microsoft/connor4312/issue212479
testing: fix coverCountBadgeForeground color token is not functional
2024-05-13 15:08:16 -07:00
Connor Peet d6b26fecc8
testing: fix coverCountBadgeForeground color token is not functional
Fixes #212479
2024-05-13 14:51:31 -07:00
Rob Lourens 6643db734a
Add chat variable id and rename to 'references' (#212480)
* Add chat variable id

* Rename 'variables' to 'references'

* Replace other 'variables' usages

* Fix tests
2024-05-13 14:30:14 -07:00
Dat Nguyen 85f4f03265
Added setting for notebook cell markdown lineheight (#212531) 2024-05-13 13:41:12 -07:00
Megan Rogge 8845f69304
don't show terminal chat hint for reconnected terminals (#212636)
fix #212278
2024-05-13 22:33:00 +02:00
Johannes Rieken 683f0a950a
canSendRequest should take LanguageModelChat object and not an identifier (#212632) 2024-05-13 13:31:02 -07:00
Rob Lourens d1b5d42012
Fix <?php tag (#212631)
Fix microsoft/vscode-copilot-release#1107
2024-05-13 21:13:40 +02:00
Benjamin Christopher Simmonds 88bc75f68c
Tabs Multi Select (#211712)
* Tabs Multi Select v1

* Color

* Only rerender selections

* Improve drag and drop and tab border top drawing

* Improved multi select behaviour

* Open With Editor multiple "support"

* 💄

* tests

* Move down to model

* Fix tests

* Sync selection and active in model

* Make unselect async

* async unselect in interface

* Model update event when unselecting with closeEditor

* async fir selectEditor

* Fix tests and 💄
2024-05-13 21:06:02 +02:00
Megan Rogge 90edab144f
re-enable terminal chat hint by default, fix bug (#212630)
fix #212221
2024-05-13 11:49:47 -07:00
Connor Peet 929bec07f1
eng: make it selfhost failure log easier to access and more stable (#212626) 2024-05-13 11:35:03 -07:00
Sandeep Somavarapu 501b2bb22c
add source context to extension installation (#212625) 2024-05-13 20:12:43 +02:00
Megan Rogge 8a04a3352d
provide screen reader users with correct info for suggested question (#212612)
fix #212323
2024-05-13 10:55:59 -07:00
David Dossett 55d6200c43
Add Codicon.attach (#212624) 2024-05-13 19:41:31 +02:00
Megan Rogge 3497513f6b
set terminal hint font, font size to that of terminal, fix bug (#212623) 2024-05-13 19:34:08 +02:00
Aaron Munger 59018d4606
always resume the pausable emitter (#212621)
* keep the resume call for corresponding pause

* always resume the pausable emitter
2024-05-13 19:17:33 +02:00
Joyce Er cd3514d90f
Merge pull request #212619 from microsoft/dev/joyceerhl/maximum-kangaroo
fix: don't show spinner when doing basic render of chat progress task
2024-05-13 10:06:08 -07:00
Johannes Rieken 95e2edd48f
ChatProviderInvokedEvent event should include the location at which chat was created/started (#212618)
https://github.com/microsoft/vscode-copilot/issues/5604
2024-05-13 19:02:13 +02:00
Johannes Rieken f89482ef4c
more API todos (#212617) 2024-05-13 18:57:43 +02:00
Joyce Er 3b72461942 fix: don't show spinner when doing basic render of chat progress task 2024-05-13 09:47:59 -07:00
Sandeep Somavarapu fb618e4e60
add source context to extension installation (#212615) 2024-05-13 18:22:54 +02:00
Sandeep Somavarapu ce786ed366
fix #212420 (#212611) 2024-05-13 17:44:39 +02:00
Connor Peet 46eb7d9d7d
Merge pull request #212610 from microsoft/connor4312/212196-5
editor: fix swapped condition in overlay widget
2024-05-13 08:38:52 -07:00
BrunoSoaresEngineering 3fdda617d3
feat(markdown-language-features): #208398 add avif as image extension (#212547) 2024-05-13 15:29:10 +00:00
Ladislau Szomoru e13f3f5b24
SCM - revert sticky scroll changes for the input/action button nodes (#212607)
* Revert "SCM Action Button"

This reverts commit 630a9f8c5d.

* Revert "SCM InputRenderer"

This reverts commit 4c24d98656.

* Manually fix merge conflict
2024-05-13 17:24:19 +02:00
Connor Peet 89d8722bdd
editor: fix swapped condition in overlay widget 2024-05-13 08:14:47 -07:00
Connor Peet 3e769a7de7
testing: polish test coverage bar (reapply)
This reverts commit 4b1cc22d87.
2024-05-13 08:02:38 -07:00
Benjamin Pasero 6af4f79370
aux window - detect fullscreen state early on startup (#212603) 2024-05-13 16:03:44 +02:00
Ladislau Szomoru 0f4718cf43
SCM - eagerly create the input box text model (#212580)
* SCM - eagerly create the input box text model

* Pull request feedback
2024-05-13 15:27:07 +02:00
Aiday Marlen Kyzy dd4f436c64
Adding tokenization support to the autoindent.test.ts file (#212594)
adding tokenization support to the auto indentation test cases
2024-05-13 14:16:54 +02:00
Dirk Bäumer 0e1e8fee84
Merge pull request #212591 from microsoft/dbaeumer/mighty-silverfish-ivory
Fixes 212240: Windows: node-gyp install fails with latest node.js
2024-05-13 14:01:31 +02:00
Johannes Rieken 3028408922
don't depend on ITextModel from line range util (#212596) 2024-05-13 12:56:33 +02:00
Sandeep Somavarapu 2041cd4682
fix #212145 (#212595) 2024-05-13 12:54:33 +02:00
Henning Dieterichs 4b1cc22d87
Revert "testing: polish test coverage bar" (#212593) 2024-05-13 12:40:00 +02:00
Benjamin Pasero 98e776cfba
debt - more readonly in editor group model (#212589) 2024-05-13 12:20:23 +02:00
Johannes Rieken 0c5a7bd24e
language model API tweak (#212588)
* add `LanguageModelChatMessage#User/Assistant` utils,
* rename computeTokenLength to `countTokens`
* jsdoc and todo updates
2024-05-13 12:10:02 +02:00
Benjamin Pasero 108e04580d
Local history: does not preserve entries from previously deleted file (fix #212386) (#212537) 2024-05-13 12:09:07 +02:00
Dirk Baeumer 24d4616d5e
Make VS Code compile on Windows with NodeJS >=20 2024-05-13 11:37:37 +02:00
Sandeep Somavarapu 34925e183f
report client target platform (#212584) 2024-05-13 11:28:12 +02:00
Benjamin Pasero c6ca1ffaf9
voice - support synthesize pending chat responses (#212505) 2024-05-13 10:50:12 +02:00
Johannes Rieken b3f2d61be0
jsdoc updates (#212576) 2024-05-13 10:30:00 +02:00
Martin Aeschlimann 1a452916ac
Unthemable product icons #2 (#212574) 2024-05-13 10:25:29 +02:00
Johannes Rieken 2ba77dae52
Merge pull request #212158 from kdy1/swcrc-schema
feat: Use official json schema for SWC
2024-05-13 09:42:10 +02:00
Rob Lourens 29aeab1cbb
Include chat agent ID in telemetry (#212516) 2024-05-13 01:55:23 +02:00
Sandeep Somavarapu 54edfb7675
update distro (#212532) 2024-05-12 07:34:40 +02:00
Tyler James Leonhardt 9d4274e559
Remove session if it is being replaced (#212504)
A bug that has probably existed for quite a while... if we are replacing a session, we should say the old session is removed.
2024-05-11 14:49:03 +02:00
Joyce Er bbc0159f43
feat: associate chat references and warnings with chat progress (#212391)
feat: associate chat references and warnings with chat progress
2024-05-10 18:02:08 -07:00
Aaron Munger 351fa19d43
dont bump version if nothing changes (#212478) 2024-05-10 15:29:49 -07:00