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
Matt Bierner
b3b7f0e3ed
Merge pull request #236400 from mjbvz/advanced-leopard
...
Add markdown validation status item
2024-12-17 11:47:13 -08:00
Matt Bierner
cfb3a3043d
Merge branch 'main' into patch-1
2024-12-17 11:31:26 -08:00
Matt Bierner
7cc28c3e81
Add markdown validation status item
...
Fixes #236399
2024-12-17 11:30:32 -08:00
Ladislau Szomoru
7722c2bb0f
Git - adjust command when clauses ( #236392 )
...
* Add telemetry for troubleshooting
* Adjust command when clause
2024-12-17 20:27:55 +01:00
Logan Ramos
e689b912ba
Update telemetry package ( #236378 )
2024-12-17 20:12:49 +01:00
Parasaran
ca72122751
fix 235221: Encode and decode markdown content to escape illegal chars
2024-12-17 23:32:42 +05:30
Parasaran
da1d8b9c8e
fix 235221: Passing the markdown content to the webview via meta tag and purifying it before use
2024-12-17 22:57:12 +05:30
Megan Rogge
b4c9953da4
request folders/files when appropriate ( #236370 )
...
fix #236368
2024-12-17 09:10:39 -08:00
Daniel Imms
f776d0611e
Fill pwsh commands via Get-Command
...
Fixes #235024
2024-12-17 04:09:17 -08:00
Benjamin Pasero
9b0cd65515
theme - fix some colors in status bar for #235718 ( #236331 )
2024-12-17 12:22:51 +01:00
Martin Aeschlimann
f283262be0
[json] `Unable to load schema, EISDIR: illegal operation on a directory ( #236319 )
2024-12-17 10:17:50 +01:00
Ladislau Szomoru
f5e5ee4b29
SCM - remove more debt from the quick diff ( #236318 )
2024-12-17 10:14:27 +01:00
Ladislau Szomoru
ca3ff9f564
SCM - quick diff should better handle untracked files ( #236315 )
2024-12-17 09:26:30 +01:00
Matt Bierner
6be3f02482
Inline simple methods
...
These don't add much
2024-12-16 15:50:05 -08:00
DetachHead
d6bf64517a
remove javascript.inlayHints.enumMemberValues.enabled because javascript does not have enums
2024-12-17 09:42:08 +10:00
Ladislau Szomoru
58399f1f68
Git - truncate the git blame information after 50 characters ( #236279 )
2024-12-16 21:22:49 +01:00
Megan Rogge
e678c2e0c8
don't filter available commands in the extension ( #236101 )
2024-12-16 20:43:40 +01:00
Ladislau Szomoru
a690eb691d
Git - only show git blame information for the active text editor ( #236274 )
2024-12-16 20:28:00 +01:00
Megan Rogge
466eb0be75
fix replacement index,length for terminal completions ( #236260 )
...
fix bugs
2024-12-16 19:24:42 +00:00
Martin Aeschlimann
4fa8dfa8e1
set insertMode: replace mode for snippets ( #236245 )
2024-12-16 17:42:26 +01:00
Ladislau Szomoru
a31ec0d89a
GitHub - do not show the "Publish to GitHub" command in an empty workspace ( #236234 )
2024-12-16 16:39:11 +01:00
Ladislau Szomoru
dc3bf2d878
Git - fix submodule decoration ( #236208 )
2024-12-16 11:45:03 +01:00
Ladislau Szomoru
864d5d8aff
Revert "Git - ignore changes reported to the submodule folder ( #205125 ) ( #236098 )" ( #236206 )
...
This reverts commit 899afc0311 .
2024-12-16 11:28:44 +01:00
notoriousmango
f7c3b1b474
use openDocumentLink
2024-12-15 00:11:54 +09:00
Ladislau Szomoru
899afc0311
Git - ignore changes reported to the submodule folder ( #205125 ) ( #236098 )
2024-12-13 13:01:05 -08:00
Megan Rogge
afd3f0abf0
Check whether commands are executable before including them in terminal suggestions ( #235997 )
2024-12-13 21:19:39 +01:00