Commit Graph

15776 Commits

Author SHA1 Message Date
Ladislau Szomoru
00d093ea29 Git - fix autostash to work with staged changes (#238719) 2025-01-24 21:38:37 +01:00
Matt Bierner
cd9657a5da Merge pull request #238630 from HD787/fixLazyClient
enable typescript commands when only config files are open
2025-01-24 09:51:33 -08:00
Ladislau Szomoru
b9cbfa49d8 GitHub - fix event handled (#238676) 2025-01-24 16:05:13 +01:00
henry
3eb1f2c914 correct conditions 2025-01-24 00:41:28 -06:00
henry
ac7533df77 fixed lazy client 2025-01-23 20:10:05 -06:00
Megan Rogge
29d525c1d3 use terminalShellType for terminal suggest (#238381) 2025-01-23 16:11:23 -06:00
Aaron Munger
70e928a4b2 set word wrap on correct element (#238493)
* set word wrap on correct element

* update test
2025-01-23 08:52:41 -08:00
Ladislau Szomoru
8ef59e9a68 Git - select the correct object for a merge conflict ref (#238560) 2025-01-23 13:57:38 +01:00
Ladislau Szomoru
4a5645c3df Git - handle merge conflict refs (#238557) 2025-01-23 13:06:28 +01:00
Ladislau Szomoru
42e96916ac Git - handle local tracking branches (#238503) 2025-01-22 12:51:31 -08:00
Ladislau Szomoru
c953035b61 Git - simplify git blame caching (#238462)
* Git - simplify git blame caching

* 💄 remove code that is not needed
2025-01-22 16:23:28 +01:00
Megan Rogge
69ce98f0d4 show spec info w priority over path (#238408) 2025-01-22 04:45:23 -08:00
Ladislau Szomoru
23c4dc3f8e Git - enable git blame status bar entry by default (#238454) 2025-01-22 12:18:09 +01:00
Ladislau Szomoru
b169dfcf40 Git - add caching for commit details (#238451) 2025-01-22 11:36:22 +01:00
Megan Rogge
ac0f552f56 Add documentation to completion item (#238391) 2025-01-21 14:03:42 -06:00
Ladislau Szomoru
5a6c2fa66d Git - FS stat should also throw if the file does not exist (#238395) 2025-01-21 20:31:44 +01:00
Matt Bierner
ae715a85ad Merge pull request #238027 from HD787/unixTime
Add ${unixTime} Placeholder for markdown.copyFiles.destination Option
2025-01-21 10:29:03 -06:00
Daniel Imms
10e86c4a08 Merge branch 'main' into tyriar/238181 2025-01-21 08:08:14 -08:00
Daniel Imms
9cf80f815b Merge pull request #238286 from microsoft/tyriar/238285
Fix duplicate matching and windowsExecutableExtensions setting
2025-01-21 07:59:48 -08:00
Ladislau Szomoru
15006ee21f Git - when doing a git rename close the old file and open the new one (#238368) 2025-01-21 16:14:57 +01:00
Daniel Imms
38677dca81 Merge pull request #238364 from microsoft/tyriar/terminal_api_tests
Try make terminal api tests less flaky in remote
2025-01-21 06:52:17 -08:00
Ladislau Szomoru
a0ecf511fd Git - pass the similarityThreshold to git diff-tree (#238367) 2025-01-21 15:38:47 +01:00
Daniel Imms
28f5c4f079 Print failing poll results on all similar tests 2025-01-21 05:43:51 -08:00
Daniel Imms
8cfb26560f Try make terminal api tests less flaky in remote 2025-01-21 05:41:40 -08:00
Ladislau Szomoru
ac97234e4b Git - adopt async status bar item hover (#238355) 2025-01-21 12:51:00 +01:00
Ladislau Szomoru
959d01a2a5 Git - fix regression with commits that contain addition/deletion/rename (#238349)
* Git - fix regression with commits that contain addition/deletion/rename

* Fix compilation error
2025-01-21 11:44:21 +01:00
Christof Marti
735640be5a Avoid setting (#237890) 2025-01-21 09:52:10 +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
Daniel Imms
0000f9dffe Add details for pwsh globals via get-command
Fixes #238181
2025-01-20 04:30:51 -08:00
Daniel Imms
09e49a5252 Fix duplicate matching and windowsExecutableExtensions setting
Fixes #238285
2025-01-20 03:45:21 -08: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
Ladislau Szomoru
0bccf5608b Git - add avatar to timeline hover (#238248) 2025-01-19 21:53:03 +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
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
Megan Rogge
c2c7ab5a88 add suggest setting WindowsExecutableExtensions, default values (#238155) 2025-01-17 13:05:33 -08:00
Megan Rogge
cff1a6a703 add path to details for executable terminal suggestions, prevent duplication (#238080) 2025-01-17 19:26:37 +00: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
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
Ladislau Szomoru
bb655894c2 GitHub - add "Open on GitHub" action to timeline context menu (#238144) 2025-01-17 09:19:04 -08:00
Christof Marti
d7f1a3ce14 Use http.proxy setting (microsoft/vscode#225225) 2025-01-17 14:33:12 +01:00
Martin Aeschlimann
c2ee9d4a59 Merge pull request #237992 from microsoft/aeschli/clear-wombat-216
remove old MappedEditsProvider
2025-01-17 11:41:03 +01:00
Ladislau Szomoru
5e399f3069 GitHub - add support for batch avatar query (#238114) 2025-01-17 10:56:49 +01:00
Martin Aeschlimann
273f654ced Merge remote-tracking branch 'origin/main' into aeschli/clear-wombat-216 2025-01-17 09:42:36 +01:00