Tyler James Leonhardt
804fed24ca
Make sure auth provider listener is setup before extensions and move register warning into ext host code ( #233373 )
...
This just moves code out of a contribution into the service so that the ExtPoint handler gets set up before extensions start coming in.
Also, we'd like to throw when an extension doesn't include their auth provider in the package.json so move the warning into a place that makes sense and set up a telemetry event so we can understand usage of this behavior.
Fixes https://github.com/microsoft/vscode/issues/233324
2024-11-08 00:56:27 +01:00
Matt Bierner
793580ebf1
Pick up latest TS for building VS Code ( #233369 )
...
Fixes a few new typings issues. All seem like valid problems
2024-11-07 23:57:45 +01:00
Matt Bierner
c723d0e8de
Replace duplicate aliases in editoractions ( #233365 )
...
Follow up on #233239
2024-11-07 23:42:24 +01:00
Benjamin Christopher Simmonds
6ee792e0e9
Implement new find functionality in Explorer view ( #232964 )
...
* New Explorer find
* finishing touches
* document provider api
* 💄
* add tests
* optional methods
2024-11-07 23:41:54 +01:00
Matt Bierner
ece952c3a2
Update in code default value for copy paste setting ( #233361 )
...
Update default value for copy paste setting
2024-11-07 14:01:55 -08:00
Daniel Imms
51a4fb30be
Merge pull request #231775 from BugGambit/f1/217927
...
Add support for links 'foo, <line>'
2024-11-07 13:51:10 -08:00
Daniel Imms
d52baadc03
Remove redundant URL format test case
2024-11-07 12:48:36 -08:00
Raymond Zhao
1aead6e58d
chore: remove API Scan variables group ( #233359 )
2024-11-07 21:48:28 +01:00
Benjamin Pasero
ba34fd5a0c
Quick open has duplicate "recently opened" entries ( fix #232426 ) ( #233355 )
2024-11-07 20:47:20 +01:00
Daniel Imms
aefe937b65
Also test validated local link format
2024-11-07 11:01:29 -08:00
Daniel Imms
d9f464d6de
Merge branch 'main' into f1/217927
2024-11-07 11:00:13 -08:00
Aaron Munger
3062ba10dc
fix context key and precondition for command ( #233346 )
2024-11-07 10:58:14 -08:00
Bhavya U
f42773d93c
fix: remove toSide parameter ( #233350 )
2024-11-07 10:30:16 -08:00
Tyler James Leonhardt
15333a70d8
Implement a `handle` property that is a string ( #233267 )
...
* Implement a `handle` property that is a string
For Microsoft auth
* fix integration tests
2024-11-07 09:44:37 -08:00
Daniel Imms
8abfad3e3e
Merge pull request #233319 from microsoft/tyriar/233226
...
Remove terminal chat's history impl
2024-11-07 08:52:28 -08:00
Daniel Imms
0ec3f848e6
Merge pull request #233210 from microsoft/tyriar/233203
...
Remove margin when a code block is the first part of an answer
2024-11-07 08:52:18 -08:00
Daniel Imms
ed186dfac8
Merge branch 'main' into tyriar/233226
2024-11-07 08:37:09 -08:00
Daniel Imms
cf27a54fba
Merge pull request #233318 from microsoft/tyriar/233199__233308
...
Bring back buttons, fix context keys
2024-11-07 08:28:33 -08:00
Aiday Marlen Kyzy
9bf13b08cc
polish: disabling default color decorators in simple editors through editor construction options ( #233338 )
...
adding the setting on the simple editor options
2024-11-07 16:33:14 +01:00
Benjamin Christopher Simmonds
0445081d95
Align context menu order for keybinding actions ( #233337 )
...
* fixes #233287
* add consistency
2024-11-07 16:25:05 +01:00
Aiday Marlen Kyzy
bbfcaf8045
Turn on TypeScript's experimental expandable hover by default in the VS Code workspace ( #233336 )
...
turning on the expandable hover
2024-11-07 08:23:40 -07:00
Joyce Er
eece0a9075
refactor: dispose deleted chat editing entries in chat editing session ( #233335 )
2024-11-07 16:15:19 +01:00
Sandeep Somavarapu
ac5b1179b5
Use gallery resource api from unpkg service for extension updates ( #233322 )
...
* use unpkg service resource api for extension updates
* review feedback
* rename
* update distro
* update distro
2024-11-07 16:11:10 +01:00
Johannes Rieken
0a10aa6710
Don't take empty string as tooltip ( #233331 )
...
fixes https://github.com/microsoft/vscode/issues/233313 , fixes https://github.com/microsoft/vscode/issues/233311
2024-11-07 16:08:00 +01:00
Johannes Rieken
c0029b6c06
remove some dead code ( #233334 )
2024-11-07 16:05:06 +01:00
Benjamin Pasero
ee1c04bc1a
chat - show welcome already when signing in ( #233326 )
2024-11-07 13:55:57 +01:00
Johannes Rieken
4b5f03fcdc
send a signal when a modified files is saved ( #233323 )
2024-11-07 13:04:38 +01:00
Daniel Imms
42491386ca
Merge pull request #233320 from microsoft/tyriar/233292
...
Don't show tab spinner for tasks
2024-11-07 03:52:34 -08:00
Benjamin Pasero
cb7dcd4c40
layout - reveal view after resetting location ( #233317 )
2024-11-07 12:38:50 +01:00
Daniel Imms
cd9255315b
Don't show tab spinner for tasks
...
Fixes #233292
2024-11-07 03:35:24 -08:00
Daniel Imms
adcbdee6a4
Merge branch 'main' into tyriar/233199__233308
2024-11-07 03:29:53 -08:00
Daniel Imms
d6e78e7ee6
Remove terminal chat's history impl
...
This is done in inline chat using chat agent location now
Fixes #233226
2024-11-07 03:29:33 -08:00
Aiday Marlen Kyzy
517dc33336
EditContext: Search for relevant text area element into which to paste using model uri path ( #233309 )
...
search for the relevant text area element
2024-11-07 12:28:27 +01:00
Daniel Imms
407a3436e3
Merge pull request #233207 from microsoft/tyriar/233199
...
Make terminal inline chat look more like editor inline chat
2024-11-07 03:26:13 -08:00
Daniel Imms
559491319a
Bring back buttons, fix context keys
...
Fixes #233308
Fixes #232966
2024-11-07 03:25:15 -08:00
Benjamin Pasero
a3881e33b8
chat - prevent flicker in welcome views for setup flow ( #233315 )
...
* chat - prevent flicker in welcome views for setup flow
* .
2024-11-07 12:24:16 +01:00
Johannes Rieken
e10fa4fe4b
chore - remove `ChatEditingModifiedFileEntry#resource` which dups `ChatEditingModifiedFileEntry#modifiedURI` ( #233307 )
...
* reset dirty state (soft-revert) when rejecting edits
fixes https://github.com/microsoft/vscode-copilot-release/issues/2182
* chore - remove `ChatEditingModifiedFileEntry#resource` which dups `ChatEditingModifiedFileEntry#modifiedURI`
2024-11-07 11:56:33 +01:00
Aiday Marlen Kyzy
258d57a4a3
Hex value should be prefixed with whitespace or should be at the start of the line ( #233306 )
...
hex value should be prefixed with whitespace or nothing
2024-11-07 11:44:05 +01:00
Aiday Marlen Kyzy
b73c976b2a
Setting defaultColorDecorators setting to false for languages that use # for start of comments ( #233303 )
...
adding default setting for default color decorators for some languages
2024-11-07 11:41:05 +01:00
Daniel Imms
3d8a6051f3
Merge pull request #233300 from microsoft/tyriar/clean_241107
...
Remove unused code
2024-11-07 01:50:49 -08:00
Matt Bierner
fb9299c266
Let IActionOptions take a localized string ( #233239 )
...
The `IActionOptions.alias` property typically duplicates the unlocalized `label`. This PR makes lets us avoid this duplication by letting you pass an `ILocalizedString` to `label`. The localized version of the string will be used for the label while the unlocalized version will be used for the alias
The typings is a little ugly to avoid having to change all the existing implementers of `ILocalizedString`
2024-11-07 10:47:21 +01:00
Daniel Imms
91de2d6e22
Remove unused code
2024-11-07 01:35:01 -08:00
Daniel Imms
307849d735
Merge remote-tracking branch 'origin/main' into tyriar/233203
2024-11-07 01:21:03 -08:00
Daniel Imms
64a0a0e17f
Push toolbar for code block first answers down to avoid getting clipped
2024-11-07 01:16:23 -08:00
Johannes Rieken
6999b80e8f
don't show edit overlay inside diff editors ( #233291 )
...
https://github.com/microsoft/vscode-copilot/issues/10231
2024-11-07 10:09:14 +01:00
Benjamin Pasero
224f95b726
Opening VSCode results in completely blank window ( fix #233266 ) ( #233288 )
2024-11-07 10:07:50 +01:00
Daniel Imms
7941e733ff
Merge branch 'main' into tyriar/233199
2024-11-07 01:01:45 -08:00
Daniel Imms
6899f3ec8b
Use agent welcome message with fallback to generic
2024-11-07 01:01:08 -08:00
João Moreno
f0a0037891
use longer lived access tokens for cosmosdb auth ( #233255 )
2024-11-07 06:43:11 +01:00
Rob Lourens
818169af1d
Don't show implicit context widget for excluded files ( #233273 )
2024-11-06 20:15:15 -08:00