Граф коммитов

127323 Коммитов

Автор SHA1 Сообщение Дата
Connor Peet 69acde7458 testing: track test error message decorations correctly
Fixes #234293
2024-11-20 17:37:53 -08:00
Connor Peet bbe24d7f73 testing: vertically center test message badge
Closes #234287
2024-11-20 17:37:53 -08:00
Megan Rogge d79858c114
add support for file/folder terminal completions (#234289) 2024-11-21 07:05:55 +05:30
Ladislau Szomoru ee21e638be
Git - only show git blame for text documents with the `file` scheme for now (#234312) 2024-11-20 16:32:56 -08:00
Ladislau Szomoru 5b9c6582be
SCM - fix diff information lookup bug (#234309) 2024-11-20 16:26:28 -08:00
Matt Bierner fc5cff7bb6
Allow overriding how markdown links are inserted using the keybinding (#234310)
Allows using the `kind` field in the `pasteAs` keybinding to force links to be inserted a certain way, such as as images
2024-11-21 00:55:47 +01:00
Osvaldo Ortega d6f311dbf5
Merge pull request #234306 from microsoft/osortega/find-history-default-insiders
Making find history default to workspace in insiders
2024-11-20 15:52:08 -08:00
Benjamin Christopher Simmonds ce8e5bb7c8
Show exceeding attachments in chat (#234308)
Show exceeding attachments
2024-11-21 00:49:29 +01:00
Osvaldo Ortega ad818680b4
Merge pull request #234305 from microsoft/osortega/notebook-search-fix
Small fix for notebook search
2024-11-20 15:37:47 -08:00
Ladislau Szomoru 4b01d0172d
Git - add git blame status bar item command (#234307) 2024-11-21 00:29:54 +01:00
Ladislau Szomoru b61c0f18d9
Git - add git blame status bar item (#234302)
* Git - improve enabliment of the editor decoration

* Git - add git blame status bar item
2024-11-20 15:08:33 -08:00
Osvaldo Ortega d4900d29af
Making find history default to workspace in insiders 2024-11-20 14:43:50 -08:00
Raymond Zhao 0fda1098c0
chore: bump emmet-helper (#234295) 2024-11-20 23:42:09 +01:00
Osvaldo Ortega 904c3c234a
Small fix for notebook search 2024-11-20 14:33:54 -08:00
Tyler James Leonhardt 6306259d87
Have `authentication.clientIdUsage` fire before invoking the provider (#234300)
To help us capture the extensions that don't resolve.
2024-11-20 23:14:37 +01:00
Ladislau Szomoru 2ee7ae88b4
Git - improve enabliment of the editor decoration (#234296) 2024-11-20 14:14:16 -08:00
Justin Chen b410e9c0ac
revert chat code block pasting (#234297)
* revert commit

* compile/hygiene
2024-11-20 13:29:57 -08:00
Tyler James Leonhardt d12854f6ba
Default MSAL to true (#234290)
Using new `microsoft-authentication.implementation` setting
2024-11-20 13:15:09 -08:00
Ladislau Szomoru 2e93ebce77
Git - extract editor decoration (#234292) 2024-11-20 20:30:33 +01:00
Joyce Er b958720bd5
fix: manually attached files should take precedence over suggested files (#234291) 2024-11-20 20:22:45 +01:00
Joyce Er 543d860c85
fix: don't send unconfirmed suggested files in editing request (#234284) 2024-11-20 10:49:35 -08:00
Martin Aeschlimann 21b82050ea
various fixes for persisting the chat edit session (#234281)
* various fixes for persisting the chat edit session

* polish
2024-11-20 09:36:04 -08:00
Benjamin Pasero 0f9f739cf0
🆙 distro (#234282) 2024-11-20 18:24:38 +01:00
Martin Aeschlimann d13c92b29e
Chat model: request ids change across restarts (#234256)
* Chat model: request ids change across restarts

* update tests

* fix tests
2024-11-20 09:19:56 -08:00
Joyce Er fc03f2bf3d
fix: handle adding a related file suggestion to the working set (#234279) 2024-11-20 17:31:43 +01:00
Daniel Imms c95a176539
Merge pull request #234267 from microsoft/tyriar/234213__234100
Clear up to date line cache when decorations are changed
2024-11-20 08:16:29 -08:00
Daniel Imms 3902cabed5
Merge branch 'main' into tyriar/234213__234100 2024-11-20 07:14:08 -08:00
Ladislau Szomoru 2b6fb11ade
Git - git blame bug fixes (#234273)
* Handle staging/unstaging

* Handle changes included in the git blame output
2024-11-20 15:59:55 +01:00
Daniel Imms aadd78ebbc
Merge pull request #234264 from microsoft/tyriar/234213
Clear texture atlas on zoom change and rasterizer on config change
2024-11-20 06:23:28 -08:00
Daniel Imms bc1dba6fbe
Clear up to date line cache when decorations are changed
Fixes #234100
2024-11-20 05:06:15 -08:00
Daniel Imms f154193b01
Clear texture atlas on zoom change and rasterizer on config change
Fixes #234213
2024-11-20 04:46:05 -08:00
Rob Lourens 1dd8c77ac7
Add command to open release notes to chat view (#234201)
* Add command to open release notes to chat view

* Use MenuRegistry instead of registering a new action
2024-11-20 03:28:38 -08:00
Ladislau Szomoru d6c7380f01
Git - switch stage/unstage/revert commands to use the legacy diff information (#234251) 2024-11-20 12:13:51 +01:00
Aiday Marlen Kyzy 8d1d1373cd
Reverting EditContext changes (#234247)
reverting changes
2024-11-20 10:18:20 +01:00
Ladislau Szomoru 975e05cd1c
DiffInformation API - cleanup + renames (#234248)
* Refactoring + renaming things

* Renamed TextEditorDiffKind to TextEditorChangeKind
2024-11-20 14:46:04 +05:30
Matt Bierner c83b443da0
Clean up support for paste edits (#234240)
- Allow setting an array of preferences for paste as keybindings
- Clarifies kinds used for core and extensions
- Exports text kind as API
2024-11-20 07:14:10 +01:00
Don Jayamanne 8a4b2bb49b
Handle notebook cell editors getting their models swapped resulting in weird Editor viewzone issues (#234236)
* Fixes to learking notebook cell viewzones

* More fixes

* Misc
2024-11-19 20:10:36 -08:00
Osvaldo Ortega 864bce76f2
Merge pull request #234227 from microsoft/osortega/find-setting-rename
Find history setting rename
2024-11-19 17:43:35 -08:00
Justin Chen 897cb1fb07
remove chat image paste (#234230)
remove chatimagepaste
2024-11-19 17:02:04 -08:00
Ladislau Szomoru 7fa54f42be
DiffInformation - handle diff editor correctly (#234229) 2024-11-19 16:21:59 -08:00
Tyler James Leonhardt 07384da5ca
Send a temporary telemetry event for extensions overriding the client id (#234228)
This is a temporary addition to telemetry to understand what extensions are overriding the client id.

We can use this telemetry to reach out to these extension authors and let them know that they many need configuration changes due to the adoption of the Microsoft broker.
2024-11-20 00:39:42 +01:00
Matt Bierner 376fba5d5a
Support `oneOf` in `SchemaToType` (#234225) 2024-11-20 00:16:44 +01:00
Osvaldo Ortega af6cd0ce42
Find history setting rename 2024-11-19 15:13:49 -08:00
Dirk Bäumer 46afc4d3b9
Handle TypeScript server arguments (#234139)
* Handle TypeScript server arguments

* Pass token as last parameter
2024-11-19 15:03:02 -08:00
Daniel Imms e57cc506b2
Merge pull request #233776 from microsoft/merogge/terminal-suggest-wip
add initial set of terminal completions for zsh, bash, and fish
2024-11-19 14:50:16 -08:00
Ladislau Szomoru 6c8a8e24d2
Git - tag setting + better handling of not yet committed changes (#234221) 2024-11-19 23:03:29 +01:00
Martin Aeschlimann e2dbfd4dda
persist and restore chat editing session (#234211)
* Icon font size in label is to small

* persist chatEditingSession

* Update

* update

* update

* update
2024-11-19 13:40:31 -08:00
Christof Marti 2f3197f1c4 @vscode/proxy-agent 0.25.0 (#234175) 2024-11-19 22:16:26 +01:00
Ladislau Szomoru 80635b487b
Git - experimental git blame editor decoration (#234209)
* Initial implementation

* Add setting, and cache blame information more aggressively
2024-11-19 22:05:19 +01:00
Megan Rogge 1d167f62c2
rm todo 2024-11-19 15:47:40 -05:00