Commit Graph

15459 Commits (d226a2a497b928d78aa654f74c8af5317d3becfb)

Author SHA1 Message Date
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
Henry 846e73efad
Merge branch 'main' into unixTime 2025-01-16 16:25:44 -06:00
Ladislau Szomoru abecfae1ec
Git - add avatar resolution to git blame editor decoration hover (#238083)
* Initial implementation

* Add logging

* Improve avatar resolution
2025-01-16 21:33:08 +01:00
Ladislau Szomoru 7610cc1d19
Git - 💄 fix history item details provider name (#238045) 2025-01-16 20:25:19 +09:00
Christof Marti 118e6f5373 Local and remote proxy settings (microsoft/vscode-copilot-release#3821) 2025-01-16 12:13:46 +01:00
Ladislau Szomoru eaba97f995
Git - extract history item detail provider (#238041)
* Initial refactor of hover commands

* Delete old code for hover commands

* More refactoring
2025-01-16 11:37:27 +01:00
henry da45c202b2 added unix time to copyfiles for markdown 2025-01-15 22:54:34 -06:00
Martin Aeschlimann 37a00332c7
remove old MappedEditsProvider 2025-01-15 21:21:58 +01:00
Matt Bierner 6d87dc5bb7
Merge pull request #237069 from aslezar/fix-js-indent
feat: support custom js switch-case indentation
2025-01-15 11:42:48 -08:00
Alexandru Dima e8d359e0aa
Improve the updating of the current inline completion when the user modifies the file and hide it when necessary (#237964)
* Improve the updating of the current inline completion when the user modifies the file and hide it when necessary

* Use an OffsetEdit only for inline edits

* Skip failing integration test
2025-01-15 18:34:24 +01:00
Ladislau Szomoru 36a79b5ce6
Git - move stage/unstage commands to the `...` menu (#237966) 2025-01-15 17:24:18 +01:00
Ladislau Szomoru 57e8c28877
GitHub - link provider for various hovers (#237961)
* Initial implementation

* Refactor code, add link to blame decoration

* Add links to timeline hover

* Saving my work

* Update remote order for "Open on GitHub" action

* Bug fixes

* Add link provider for graph hover

* Rename method
2025-01-15 16:30:43 +01:00
Matt Bierner 97bd3a732d
Merge pull request #237928 from mjbvz/noble-blackbird
Pick up latest TS 5.7 recovery release
2025-01-14 15:55:32 -08:00
Matt Bierner fcac4d7634 Pick up latest TS 5.7 recovery release 2025-01-14 15:34:31 -08:00
Tyler James Leonhardt 8eddff6613
Default to MSAL authentication 🚀 (#237920)
Here we go. Ref https://github.com/microsoft/vscode/issues/178740
2025-01-14 21:23:14 +01:00