Commit Graph

128371 Commits (main)

Author SHA1 Message Date
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
Sandeep Somavarapu 28cb527948
fix #236194 (#237366) 2025-01-06 21:48:07 +01:00
Ladislau Szomoru e22e3e7293
Git - improve timeline hover (#237365) 2025-01-06 21:47:43 +01:00
Joyce Er 069a3c1ba1
fix: don't try to move chat editing session to a chat editor (#237362) 2025-01-06 20:44:04 +01:00
Ladislau Szomoru abe43ed1d5
Git - add author email to the blame/graph hover (#237360) 2025-01-06 20:31:52 +01:00
Johannes Rieken 3b92e71162
/edits - accept hunk (#237341)
* implement accept hunk

* use reject over undo or discard
2025-01-06 16:32:21 +00:00
Benjamin Pasero 85925efe02
Allow deleting files via the explorer when a folder is marked as readonly (fix #195701) (#237342) 2025-01-06 17:20:28 +01:00
Sandeep Somavarapu e3bea63a7a
clean up in extensions scanning (#237344) 2025-01-06 17:14:40 +01:00
Ladislau Szomoru 3548eae0e1
Git - add `git.commitShortHashLength` setting (#237343) 2025-01-06 16:05:37 +00:00
Benjamin Pasero 4e2ba23aed
chat setup - restore copilot menu on extension install (#237348) 2025-01-06 16:59:10 +01:00
Benjamin Pasero aaa576acca
Add time information to chatinstallentitlement event (fix microsoft/vscode-copilot#11476) (#237350) 2025-01-06 16:54:06 +01:00
Robo d0dfb42e34
ci: fix broken monaco editor action (#237347) 2025-01-06 16:33:12 +01:00
Benjamin Pasero b7f437d2a1
Allow custom titlebar on Linux as experiment (microsoft/vscode-internalbacklog#4857) (#237337) 2025-01-06 15:37:07 +01:00
Daniel Imms 292d0bd51a
Merge pull request #236749 from microsoft/tyriar/xterm@241220
@xterm/xterm@5.6.0-beta.74
2025-01-06 05:53:19 -08:00
Benjamin Pasero 567779ca51
Status bar tooltip - add support for specifying a list of commands and lazy contents (#234339) (#237336)
Core changes.
2025-01-06 14:34:23 +01:00
Benjamin Pasero dc1cfc044d
Setup: allow a command link that opens setup view (fix microsoft/vscode-copilot#11301) (#237323) 2025-01-06 11:27:00 +01:00
Benjamin Pasero e8b620fc96
Settings progress bar is too eager to appear (fix #200547) (#237322) 2025-01-06 11:25:43 +01:00
Alex Ross 70140a270c
Add a setting to warn when collapsing unsubmitted comments (#236589)
Fixes https://github.com/microsoft/vscode-pull-request-github/issues/1455
2025-01-06 11:15:40 +01:00
Johannes Rieken 47258d8289
Merge pull request #236941 from dmitrysonder/dmitrysonder/issue236939
refactor: use EventType constants for events
2025-01-06 10:00:02 +01:00
Don Jayamanne 8cc255e03a
Ensure execution_count is cleared when clearing outputs (#237301) 2025-01-05 19:58:34 -08:00
Don Jayamanne 08c8f1a330
Sort cell metadata for notebook cell diffview (#237302) 2025-01-05 19:58:08 -08:00
Ladislau Szomoru aa6a38114c
Git - add stage/unstage commands to editor title (#237257) 2025-01-04 10:15:35 -08: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
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
Dmitry Sonder 5592fb560a
Merge branch 'main' into dmitrysonder/issue236939 2024-12-30 09:34:57 +04:00
Benjamin Christopher Simmonds a3261eae42
Fix default tree find modes (#237057)
fix #236770
2024-12-29 15:44:19 +08:00
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
Don Jayamanne 7da68c033c
Remove console.log (#236006) 2024-12-27 14:50:29 +09:00
Dmitry Sonder 5cc442a418 refactor: use EventType constants for events 2024-12-25 14:13:11 +07: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
Robo 2e5cbd49c8
chore: update electron@32.2.7 (#236843)
* chore: update electron@32.2.7

* chore: bump distro
2024-12-23 11:22:49 +01:00
Ladislau Szomoru 151ef3514e
SCM - disable actions for resource groups that do not have any resources (#236813) 2024-12-22 08:09:59 -05:00
Connor Peet d953d84d90
debug: allow filter/search on debug values (#236768)
* debug: allow filter/search on debug values

I think this is something that never worked, or at least not for a long
while. Implementing match highlighting in values in the era of
linkification and ANSI support was a little more complex, but this works
well now.

![](https://memes.peet.io/img/24-12-b1f699dc-f20c-4c93-a5ce-f768473fff62.png)

Fixes #230945

* fix test
2024-12-21 21:01:00 +00:00
Connor Peet d6a59b7969
debug: fix mismatched indentation for folders in loaded scripts (#236750)
* debug: fix mismatched indentation for folders in loaded scripts

Fixes #228241

* fix test
2024-12-21 20:59:52 +00:00
Joyce Er d4de5ceba4
test: adopt `ensureNoDisposablesAreLeakedInTestSuite` (#236766)
* test: adopt `ensureNoDisposablesAreLeakedInTestSuite`

* test: adopt `ensureNoDisposablesAreLeakedInTestSuite`
2024-12-21 04:23:36 +00:00
Joyce Er 68252d3d7b
fix: don't leak listener in share contribution (#236767) 2024-12-20 23:22:20 -05:00
Joyce Er 13d2a615cb
fix: don't register Cloud Changes action if not configured in product.json (#236764) 2024-12-20 14:33:52 -08:00
Connor Peet 0c51035590
testing: fix errors peeks being oversized relative to their contents (#236763)
Fixes #214011
2024-12-20 13:59:08 -08:00
Henning Dieterichs 3751af286f
Implements inline edit indicator hover (#236738) 2024-12-20 13:25:17 -08:00
Daniel Imms cd185ac9bc
Merge branch 'main' into tyriar/xterm@241220 2024-12-20 12:42:23 -08:00
Megan Rogge 9ee30e50da
fix terminal completion issues with `replacementIndex` (#236728)
fix replacement index weirdness + more
2024-12-20 12:05:31 -08:00
Connor Peet 5d5976d10c
fix: macos external terminal not opening in darkwin remotes (#236426)
Closes #236425
2024-12-20 20:22:59 +01:00
Matt Bierner f0923797bd
Merge pull request #236747 from mjbvz/above-asp
Fix escaping of raw values that contain `&` in md preview
2024-12-20 11:07:48 -08:00
Henning Dieterichs b9f07f1e94
Adds color descriptions. (#236741) 2024-12-20 11:02:18 -08:00
Henning Dieterichs 83c336d7d6
Log when a derived gets cleared (#236739) 2024-12-20 11:01:59 -08:00
Daniel Imms 9207b53cf3
@xterm/xterm@5.6.0-beta.74
Fixes #117741
2024-12-20 10:58:46 -08:00