Commit Graph

128734 Commits

Author SHA1 Message Date
Benjamin Christopher Simmonds
31122d79c7 Persist view across same edit (#238308)
persist view across same edit
2025-01-20 19:04:23 +01:00
Benjamin Pasero
fa68c7c788 chat - allow to retry failed sign in attempts in setup 2025-01-20 17:59:32 +01:00
Benjamin Pasero
2a00f253b3 chat - distinguish better failed sign in attempts 2025-01-20 17:59:32 +01:00
Ladislau Szomoru
e5165663d9 Git - add commands to toggle git blame editor decoration/status bar item (#238302) 2025-01-20 17:58:45 +01:00
Ladislau Szomoru
11b2f94022 Git - add missing event to the Repository interface (#238298) 2025-01-20 16:17:04 +01:00
João Moreno
e55ac22a12 add debug statement (#238299) 2025-01-20 15:58:40 +01:00
Benjamin Pasero
60fe838133 files - ignore errors from disposed models (#238288) 2025-01-20 04:52:46 -08:00
Robo
4a0183a278 fix: incorrect ripgrep binaries bundled for windows arm64 (#238287) 2025-01-20 13:34:41 +01:00
Benjamin Pasero
0e5c32619b chat - register views statically 2025-01-20 13:00:10 +01:00
Benjamin Pasero
9b46b0bb97 layout - adopt getDefaultViewContainer in more places for panel and auxbar 2025-01-20 13:00:10 +01:00
Benjamin Pasero
e0b0b41632 layout - adjust wording for auxbar 2025-01-20 13:00:10 +01:00
Benjamin Pasero
e8cfe77bc7 setup - set Chat as default for aux bar 2025-01-20 13:00:10 +01:00
Benjamin Pasero
7def6d872b setup - also show edits view for setup ootb 2025-01-20 13:00:10 +01:00
Benjamin Pasero
7344ef1b5b setup - account for thrown errors when finding session 2025-01-20 13:00:10 +01:00
Benjamin Pasero
79c8650647 setup - offer retry for setup failures 2025-01-20 13:00:10 +01:00
Benjamin Pasero
ec80614475 setup - adjust chat width based on window size 2025-01-20 13:00:10 +01:00
Benjamin Christopher Simmonds
45a258fdb2 Fix border issue in WordReplacementView (#238283)
fix border problem
2025-01-20 12:36:32 +01:00
Sandeep Somavarapu
61760c4641 delete unwanted telemetry events (#238130)
* delete unwanted telemetry events

* fix compilation
2025-01-20 11:57:08 +01:00
João Moreno
4ef041e4bf break up recursive configuration loop (#238277)
Co-authored-by: Sandeep <sasomava@microsoft.com>
Co-authored-by: Christof <chrmarti@microsoft.com>
2025-01-20 11:51:57 +01:00
Benjamin Christopher Simmonds
203a51a67f Fix replacement view rendering over gutter (#238276)
fix replacement view renders over gutter
2025-01-20 11:43:23 +01:00
Sandeep Somavarapu
f034b029a6 fix filtering (#238274) 2025-01-20 10:53:03 +01:00
João Moreno
f6ec9aa2e6 bump katex (#238271) 2025-01-20 10:39:21 +01:00
Ladislau Szomoru
7667cdd1ed GitHub - add setting to disable avatar resolution (#238270) 2025-01-20 10:32:51 +01:00
Ladislau Szomoru
4b4cd6b702 GitHub - add more logs to avatar resolution (#238266) 2025-01-20 09:46:10 +01:00
Rob Lourens
3d0aeb47a2 Throw from tool instead of returning an error result so the extension can manage retrying (#238258) 2025-01-20 02:06:03 +01:00
Ladislau Szomoru
0bccf5608b Git - add avatar to timeline hover (#238248) 2025-01-19 21:53:03 +01:00
Ladislau Szomoru
fe1875711b Timeline - enable paging by default (#238247) 2025-01-19 21:43:15 +01:00
Ladislau Szomoru
d64829f052 Git - add avatar to graph hover (#238246) 2025-01-19 21:30:42 +01:00
Megan Rogge
58145651f7 use type vs object (#238187)
use object type instead
2025-01-19 08:02:50 -08:00
Ladislau Szomoru
1600fb4c76 GitHub - avatar resolution improvements (#238239)
* Add support for size

* Add support for extracting user id from GitHub no-reply email addresses

* Fix git blame email parsing

* Extrat link into function
2025-01-19 16:44:40 +01:00
Tyler James Leonhardt
909c1538c2 Respond to layout changes (#238189)
* Respond to layout changes

This seems to work fairly well.

I think a follow up change I'll make is maybe redoing this to leverage CSS variables instead... like how it's done in the debugToolBar which looks cleaner, but that can come later.

Fixes #237627

* use `onDidLayoutContainer`
2025-01-18 04:51:28 +01:00
Justin Chen
4c84c14479 add capabilities API and image warning (#238103)
* bump distro

* supports vision work

* better promise handling, clean up if statements

* more ui update

* make capabilities optional

* some cleanup

* fix function
2025-01-17 15:30:44 -08:00
Megan Rogge
f672ef982e fix aria label override bug (#238186)
fix #238183
2025-01-17 14:33:30 -08:00
Megan Rogge
0d57cf5304 add aria label for rm suggestion button (#238185)
fix #238182
2025-01-17 22:55:59 +01:00
Megan Rogge
d427cae0d5 revert pressing delete should remove a file from working set (#238177)
revert #237513
2025-01-17 13:43:06 -08:00
Daniel Imms
9ce979b017 Merge pull request #238173 from microsoft/tyriar/227101
Get SPAA working against token metadata bg
2025-01-17 13:24:30 -08:00
Bhavya U
2a5b54b71b Include commands from default keybindings in _getAllCommands (#238163) 2025-01-17 13:22:53 -08:00
Daniel Imms
0866aa7cf9 Merge pull request #238176 from microsoft/tyriar/238175_setting
Expose gpu acceleration setting to users
2025-01-17 13:22:35 -08:00
Anthony Kim
57e4810cae Expose shell type to extensions (#238071)
* copy everything from #237624

* try to better word notes in proposed.d.ts

* why is test being so flaky

* try sending one more text

* strictEqual only on isInteractedWith always fails

* update the name as recommended

* embed to make sure we are selecting event we are interested in as recommended

* add node as part of TerminalShellType

* getting type ..extHostTypes.TerminalShellType.Bash is not comparable to type ..vscode.TerminalShellType.Bash

* just use one enum?

* figured out how to get from extHostTypes

* clean up
2025-01-17 16:19:02 -05:00
Michael Lively
bc0427374f Support nb cell Inline Values after cell execution (#237995)
* support inline vars after cell execution

* dispose listeners and cleanup

* clear all outputs -> clear inline values + setting mention

* feedback
2025-01-17 13:17:59 -08:00
Megan Rogge
c2c7ab5a88 add suggest setting WindowsExecutableExtensions, default values (#238155) 2025-01-17 13:05:33 -08:00
Daniel Imms
8a3a687ca4 Expose gpu acceleration setting to users
Fixes #238175
2025-01-17 12:28:18 -08:00
Daniel Imms
a4fb8d6c58 Get SPAA working against token metadata bg
This does not yet support colors applied via decorations like find.

Part of #227101
2025-01-17 12:08:06 -08:00
Daniel Imms
ff593777e3 Merge pull request #238158 from microsoft/tyriar/238157
Share GPU device across editors, access sync when possible
2025-01-17 11:51:15 -08:00
Megan Rogge
cff1a6a703 add path to details for executable terminal suggestions, prevent duplication (#238080) 2025-01-17 19:26:37 +00:00
Daniel Imms
81215329f3 Share GPU device across editors, access sync when possible
Fixes #238157
2025-01-17 11:18:07 -08:00
Devraj Mehta
87ed97df8b Use Electron fetch or Node fetch for github-authentication to support proxies (#238149)
* Attempt to use Electron fetch for github-authentication

Also changes fallback from node-fetch to the built-in Node fetch

* Remove Content-Length header Electron compatibility

It looks like it was set incorrectly to the body contents anyways.
2025-01-17 19:05:10 +00:00
Tyler James Leonhardt
a821bbf97f Remove grid lines and "Presets" in wording (#238150)
Cleaner.
2025-01-17 19:47:01 +01:00
Tyler James Leonhardt
60230a46df Fix the booleans on the MSAL flows (#238148)
* Loopback does _not_ work in REH or WebWorker
* UrlHandler _does_ work in REH
2025-01-17 19:46:29 +01:00
Megan Rogge
f1b4bb8d76 check if windows file is executable (#238142)
fix #237596
2025-01-17 18:20:10 +01:00