Commit Graph

15776 Commits

Author SHA1 Message Date
Jochen Kühner
d9743d5260 Merge branch 'main' into svg-preview 2025-01-07 23:04:54 +01:00
Ladislau Szomoru
cbb7f99ba8 Git - remove hard coded remote name when detecting the default branch (#237423) 2025-01-07 20:07:07 +01:00
Ladislau Szomoru
1c10a0e551 Git - remove proposed api typings from git/github extensions (#237409) 2025-01-07 17:00:02 +01:00
Martin Aeschlimann
0ae74f8b10 Merge pull request #237275 from misode/fix-json-schema-parse-uri
Fix missing uri to file path conversion when loading json schema
2025-01-07 15:24:04 +01:00
Ladislau Szomoru
e258958d35 Git - expose unsetConfig through the extension API (#237393) 2025-01-07 05:46:07 -08:00
Ladislau Szomoru
eab8316ec8 Git - switch back to using options instead of subcomands (#237390) 2025-01-07 12:48:35 +01:00
Ladislau Szomoru
bfb4f5fc1c Git - Revert "Git - escape shell-sensitive characters (#236849)" (#237388)
Revert "Git - escape shell-sensitive characters (#236849)"

This reverts commit fca210cd10.
2025-01-07 12:18:17 +01:00
Martin Aeschlimann
a3671f2f93 Merge branch 'main' into fix-json-schema-parse-uri 2025-01-07 11:29:53 +01:00
Ladislau Szomoru
fc4e78cbfe Git - remove commands that are not used (#237368)
Git -  remove commands that are not used
2025-01-06 22:17:09 +01:00
Ladislau Szomoru
e22e3e7293 Git - improve timeline hover (#237365) 2025-01-06 21:47:43 +01:00
Ladislau Szomoru
abe43ed1d5 Git - add author email to the blame/graph hover (#237360) 2025-01-06 20:31:52 +01:00
Ladislau Szomoru
3548eae0e1 Git - add git.commitShortHashLength setting (#237343) 2025-01-06 16:05:37 +00:00
Don Jayamanne
8cc255e03a Ensure execution_count is cleared when clearing outputs (#237301) 2025-01-05 19:58:34 -08:00
Misode
4cafefb526 Fix missing uri parsing in json schema loading 2025-01-05 05:17:26 +01:00
Ladislau Szomoru
aa6a38114c Git - add stage/unstage commands to editor title (#237257) 2025-01-04 10:15:35 -08:00
Jochen Kühner
d79d9f0319 support svg's in image preview 2025-01-03 09:36:33 +01:00
Ladislau Szomoru
2bdb3e9b41 Git - git blame hover commands polish (#237190) 2025-01-02 07:46:09 -08:00
Ladislau Szomoru
92bae09f4d Git - update git blame settings (#237187) 2025-01-02 07:45:45 -08:00
Ladislau Szomoru
ba56ac5291 Git - refactor git blame code (#237185)
Refactor git blame code
2025-01-02 07:44:45 -08:00
aslezar
97a5f18d0d fix: update descriptions for switch-case indentation settings in TypeScript and JavaScript 2024-12-31 13:06:32 +05:30
Ladislau Szomoru
6d6cfdc3a6 Git - add git blame editor decoration hover provider (#237102)
* Initial implementation

* Refactor editor decoration type
2024-12-30 21:10:42 +01:00
aslezar
a91e6b684b feat: support custom js switch-case indentation 2024-12-29 15:24:38 +05:30
Tyler James Leonhardt
1410d77f6f reverse cancellation and sequencer (#237029)
When we cancel, then the promise should be cancelled. If we don't do this, we hang on the first interaction request until we timeout.

Fixes the 2nd point in https://github.com/microsoft/vscode/issues/236825#issuecomment-2563882150
2024-12-28 09:36:05 +01:00
Tyler James Leonhardt
0a66dc39ff Adopt concept of flows in Microsoft Auth (#237006)
And only use Loopback flow when not running in Remote Extension Host.
2024-12-27 11:31:53 -08:00
Ladislau Szomoru
4fa5611d67 Git - handle the diff editor for untracked files now that we throw FileNotFound if the file does not exist (#236863) 2024-12-24 12:02:40 +11:00
Ladislau Szomoru
fca210cd10 Git - escape shell-sensitive characters (#236849) 2024-12-23 17:26:24 +05:30
Ladislau Szomoru
151ef3514e SCM - disable actions for resource groups that do not have any resources (#236813) 2024-12-22 08:09:59 -05:00
Matt Bierner
7cf9dbecf6 Fix escaping of raw values that contain & in md preview
Fixes #236660
2024-12-20 10:52:07 -08:00
Ladislau Szomoru
b8b4db329e Git - cleanup vscode-merge-base git config key when deleteing a branch (#236716) 2024-12-20 16:51:58 +01:00
zWing
1730c76f6b fix(git-ext): fix limitWarning block the git status progress (#226577) 2024-12-20 10:29:31 +00:00
Martin Aeschlimann
eb66332871 Merge pull request #236012 from The-Fiery-Fire/bun
`bun.lock` as package manager lockfile
2024-12-20 11:05:57 +01:00
Ladislau Szomoru
b9084edd1c Git - file system provider should throw FileNotFound if the resource does not exist in git instead of returning an empty file (#236676) 2024-12-20 10:08:22 +01:00
Ladislau Szomoru
77cec55e49 Git - git installation welcome view should use remoteName context key (#236672) 2024-12-20 08:53:35 +01:00
Ladislau Szomoru
f442df1747 Git - better match git conflict decorations (#236646) 2024-12-19 22:06:52 +01:00
Tyler James Leonhardt
358e96ab1e Cancel if the user dismisses the modal (#236642)
Fixes https://github.com/microsoft/vscode/issues/235364
2024-12-19 21:40:19 +01:00
Matt Bierner
9c0128b9d6 Merge pull request #236297 from DetachHead/patch-1
remove `javascript.inlayHints.enumMemberValues.enabled` because javascript does not have enums
2024-12-19 12:16:37 -08:00
Tyler James Leonhardt
d55cb9a7a0 Use claims to force an idToken in Broker flow (#236623)
Looks like the Broker doesn't support `forceRefresh`... This is an alternative way of forcing a refresh.

Fixes https://github.com/microsoft/vscode/issues/229456
2024-12-19 19:25:37 +01:00
Ladislau Szomoru
f990dfb385 Git - expose env through the extension API (#236598) 2024-12-19 16:27:08 +01:00
Daniel Imms
8467007af3 Merge pull request #236570 from microsoft/tyriar/236097
Cache builtin commands and get all global commands for pwsh
2024-12-19 07:04:02 -08:00
Ladislau Szomoru
25b88b7e4a Git - fix encoding issue with stage selected ranges (#236484) 2024-12-19 15:46:46 +01:00
Daniel Imms
cbfd8ab513 Cache builtin commands and get all global commands for pwsh
This should make things quite a bit faster for expensive fetching of
commands. This also caches empty builtin commands so it's not attempted
every time.

Fixes #236097
Part of #235024
2024-12-19 02:50:44 -08:00
Tyler James Leonhardt
37b1016c80 Lock some SCM strings (#236531)
Fixes https://github.com/microsoft/vscode/issues/236530
2024-12-18 15:04:42 -08:00
Ladislau Szomoru
3a4f4164c7 Git - fix context key for unstageSelectedRanges (#236476) 2024-12-18 15:49:37 +01:00
Ladislau Szomoru
777fd07ccc Git - adopt #private in Git extension API (#236444)
* Git - adopt #private in Git extension API

* Fix post commit command provider
2024-12-18 11:20:00 +01:00
Ladislau Szomoru
224ade93d0 Git - don't use look-behind regex (#236447) 2024-12-18 10:35:16 +01:00
Ladislau Szomoru
20dc4d7d26 Git - add more tracing to stage/unstage/revert commands (#236409) 2024-12-17 12:37:33 -08:00
Matt Bierner
d70e0e2fe0 Merge pull request #236406 from mjbvz/confidential-trout
Small cleanup follow up on #236145
2024-12-17 12:22:16 -08:00
Matt Bierner
a47b13ebc2 Small cleanup follow up on #236145
- Don't send content as json
- Reuse existing load helper
2024-12-17 11:59:05 -08:00
Matt Bierner
4559089128 Merge pull request #234649 from notoriousmango/feat-open-image
Add 'open image' context in markdown preview
2024-12-17 11:55:25 -08:00
Matt Bierner
5e26b3d7c3 Merge pull request #236145 from Parasaran-Python/235221
fix 235221: Sanitizing the html content by closing the unclosed tags
2024-12-17 11:51:22 -08:00