Commit graph

121536 commits

Author SHA1 Message Date
Tyler James Leonhardt dc45ddef95
Remove requirement that there can be only one account (#212398)
This allows each set of scopes to have one account associated with it.
2024-05-09 15:59:58 -07:00
David Dossett 81f9a3d644
Merge pull request #212397 from microsoft/ddossett/header-font
Message header font spacing tweak
2024-05-09 15:51:44 -07:00
David Dossett 5a46e2ef37
Message header font spacing tweak 2024-05-09 15:34:42 -07:00
David Dossett b122bc6a88
Merge pull request #212385 from microsoft/ddossett/agent-hover
Tweak chat agent hover styles
2024-05-09 14:06:24 -07:00
David Dossett f8d5fca37d
Tweak chat agent hover styles 2024-05-09 13:48:57 -07:00
Rob Lourens 3b81dc9a05
Merge pull request #212365 from microsoft/roblou/temporary-termite
Render extension ID for chat participants that use reserved names
2024-05-09 12:24:05 -07:00
Rob Lourens 65f566e6d9 Fix build 2024-05-09 11:20:31 -07:00
Aaron Munger 9518d13b2f
fix bad config registration (#212373)
* fix bad config registration

* fix bad config registration
2024-05-09 20:18:22 +02:00
Joyce Er 12ad9eb3cf refactor: clean up optional properties 2024-05-09 11:17:54 -07:00
Joyce Er 514b478235 fix: rerender progress task when it settles 2024-05-09 11:17:54 -07:00
Joyce Er 6f4fe62a51 fix: don't progressively render chat warnings 2024-05-09 11:17:54 -07:00
Matt Bierner a4643b0ee0
Enable web type acquisition by default for js/ts (#212370)
* Enable web type acquisition by default for js/ts

Fixes #182791
Fixes #172887

* Cleanup
2024-05-09 20:09:49 +02:00
Matt Bierner 268c20f317
Suppress semantic errors in js/ts notebook cells (#212367)
Fixes #212366
2024-05-09 10:20:21 -07:00
Rob Lourens 997865bdec Show fully-qualified name for / completion as well 2024-05-09 09:56:13 -07:00
Aaron Munger 90dfd06ef1
contribute standard interactive execute keybindings from core (#212305)
contribute shift+execute from core
2024-05-09 09:12:26 -07:00
Benjamin Pasero 9eff384b77
feat: add language option to text-to-speech sessions (#212330) 2024-05-09 19:07:26 +09:00
Rob Lourens ced32c3f83
Merge pull request #212315 from microsoft/roblou/miserable-tarsier
A couple minor chat issues
2024-05-08 22:41:43 -07:00
Rob Lourens e8481cc564 Implement UI for reserved agent names 2024-05-08 21:08:24 -07:00
Rob Lourens dd9e1145a4 Merge remote-tracking branch 'origin/main' into roblou/temporary-termite 2024-05-08 20:13:45 -07:00
Rob Lourens 5f78b58b57
Support agent hover and proper rendering in /help (#212311)
For microsoft/vscode-copilot-release#1166
2024-05-09 04:27:38 +02:00
Rob Lourens 212bc05618 Fix bad spacing with some markdown lists 2024-05-08 19:11:17 -07:00
Rob Lourens 8d268f9b02 Fix blinking "used references" 2024-05-08 19:08:54 -07:00
Rob Lourens f921a48505 Move chat suggestions into their own file 2024-05-08 18:33:58 -07:00
Joyce Er 9cb0df2a02
feat: support concurrent chat progress messages (#212300)
* feat: support concurrent chat progress messages
2024-05-09 00:50:57 +02:00
Aaron Munger bd2df940d7
save to EH synchronously (#212193)
* only save on EH if we can do so synchronously

* clean up

* update test

* test cached provider

* revert to defining save method property, set property as soon as serializer is available
2024-05-08 12:40:08 -07:00
Rob Lourens 9c336bfa87
Add test for FunctionBreakpoint change (#212284)
See #211894
2024-05-08 20:41:49 +02:00
Benjamin Pasero 8d653939de
voice - use mute and unmute for chat responses to trigger synthesis (#212283) 2024-05-08 20:39:58 +02:00
David Dossett 19758c41f2
Merge pull request #212277 from microsoft/ddossett/confirmation-p
Tweak confirmations styles
2024-05-08 10:59:48 -07:00
OccasionalDebugger b0c5f83a75
Pass full function breakpoint options from plugin (#211895)
* Pass full function breakpoint options from plugin

* Send newly added function breakpoints to DA
2024-05-08 10:50:47 -07:00
Johannes Rieken 91c5a5da9d
chore - remove unneccessary RPC call (#212273) 2024-05-08 19:38:33 +02:00
David Dossett 6cb778ae8e
Align border radius to other widgets 2024-05-08 10:37:48 -07:00
David Dossett d3edb58337
Fix p styling in confirmation 2024-05-08 10:34:59 -07:00
Johannes Rieken b2252bdb4a
some more jsdoc (#212270) 2024-05-08 10:33:48 -07:00
Sandeep Somavarapu 349dc8b92e
use random file name (#212269) 2024-05-08 19:11:38 +02:00
Sandeep Somavarapu 89ee8b8cc6
add logging (#212268) 2024-05-08 18:19:30 +02:00
Connor Peet 269aa6c29b
Merge pull request #212212 from microsoft/connor4312/212196-1
testing: initial attributable test coverage API
2024-05-08 09:02:30 -07:00
Johannes Rieken af535be178
Merge pull request #212266 from microsoft/joh/varied-ermine
Language Model API changes
2024-05-08 18:00:52 +02:00
Connor Peet 6e24e5f2bd
fix compile error 2024-05-08 08:10:08 -07:00
Benjamin Pasero 0486d991a8
feat: add conditional expressions to keybindings and actions, update dictation start action conditions (#212264) 2024-05-08 16:57:18 +02:00
Johannes 69a80f9f1d
use a composted, semi-random identifier for language model and leave metadata#id for model selection only 2024-05-08 16:48:21 +02:00
Ulugbek Abdullaev 2edabd62fe
Merge pull request #212262 from microsoft/ulugbekna/toxic-cockroach
runCommands: fix: do not try stringify-ing circular objects
2024-05-08 16:37:27 +02:00
Ulugbek Abdullaev 10a9adb2da
runCommands: fix: do not try stringify-ing circular objects 2024-05-08 16:19:13 +02:00
Johannes 4baa94788e
register vendors statically and active extensions on them 2024-05-08 15:33:33 +02:00
Johannes Rieken 1a8d6b95a0
update distro (#212254) 2024-05-08 12:14:56 +02:00
Johannes 6990923699
spell-out selector type, allow to select/filter on specific extensions 2024-05-08 12:04:21 +02:00
Johannes 0d55bb645f
add LanguageModelChat as explict object and add a select-function as the only way of getting to them 2024-05-08 11:44:47 +02:00
Alex Ross e0065ce441
Cannot read properties of null (reading 'style') (#212250)
Fixes #212231
2024-05-08 11:28:06 +02:00
Johannes 3ec5b4a291
Merge branch 'main' into joh/varied-ermine 2024-05-08 10:45:35 +02:00
Sandeep Somavarapu c06c555b48
Add more extension install error codes (#212237)
* Revert "Revert f8c7fec0c2 (#212203)"

This reverts commit 2a57bf60e2.

* delete VSIX only when needed
2024-05-08 10:09:10 +02:00
Bhavya U df41a938ef
Remove redundant info-needed commands (#212225)
Remove redundant info-needed related commands
2024-05-08 07:33:37 +02:00