Skip to content
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
773a4b9
Implement DECSET 2026 - Synchronized Output (#18826)
lhecker Apr 23, 2025
a8a47b9
[SUI] Improve accessibility to open json (#18828)
carlos-zamora Apr 23, 2025
2992421
Fix a major stdin wakeup race condition (#18816)
lhecker Apr 23, 2025
093f5d1
Add descriptions and new labels to the bot rules (#18342)
carlos-zamora Apr 23, 2025
a2d8068
Use RenderSettings for DECSET 2026 - Synchronized Output (#18833)
lhecker Apr 24, 2025
8e94983
ServicingPipeline: make a bunch of quality of life improvements (#18830)
DHowett Apr 24, 2025
d2089ec
Remove virtual functions in BaseWindow with CRTP (#18840)
HO-COOH Apr 25, 2025
21f3179
release-engineering: package (during build) and upload GPO templates …
DHowett Apr 25, 2025
a233b18
Port OSS consumption changes from OS PR !12826284 (#18853)
DHowett Apr 29, 2025
0568173
wpf: strong-name sign Microsoft.Terminal.Wpf (#18836)
DHowett Apr 29, 2025
08e76da
Fix two image erasure bugs (#18855)
j4james Apr 29, 2025
34b8ed3
Account for custom cell sizes in launch size calculation (#18862)
j4james May 1, 2025
58092f1
Bring back changes required to build conhost-1.24 in Windows (#18856)
DHowett May 2, 2025
865f5e5
Fix SGR mouse movement reports (#18864)
j4james May 2, 2025
06f736b
wpf: use the new TSF implementation (#18861)
DHowett May 2, 2025
976a54d
Allow triple-click to select logical line (#18885)
albus-droid May 9, 2025
95d021a
config: Use Microsoft.Windows.Settings module for enabling developer …
mdanish-kh May 9, 2025
545eaf2
Update to TouchdownBuildTask v5 (#18896)
DHowett May 12, 2025
f08321a
build: fix the tsa config yet again (#18901)
DHowett May 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .config/configuration.vsEnterprise.winget
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Reference: https://github.com/microsoft/terminal/blob/main/README.md#developer-guidance
properties:
resources:
- resource: Microsoft.Windows.Developer/DeveloperMode
- resource: Microsoft.Windows.Settings/WindowsSettings
directives:
description: Enable Developer Mode
allowPrerelease: true
# Requires elevation for the set operation
securityContext: elevated
settings:
Ensure: Present
DeveloperMode: true
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: powershell
directives:
Expand Down
4 changes: 2 additions & 2 deletions .config/configuration.vsProfessional.winget
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Reference: https://github.com/microsoft/terminal/blob/main/README.md#developer-guidance
properties:
resources:
- resource: Microsoft.Windows.Developer/DeveloperMode
- resource: Microsoft.Windows.Settings/WindowsSettings
directives:
description: Enable Developer Mode
allowPrerelease: true
# Requires elevation for the set operation
securityContext: elevated
settings:
Ensure: Present
DeveloperMode: true
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: powershell
directives:
Expand Down
4 changes: 2 additions & 2 deletions .config/configuration.winget
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Reference: https://github.com/microsoft/terminal/blob/main/README.md#developer-guidance
properties:
resources:
- resource: Microsoft.Windows.Developer/DeveloperMode
- resource: Microsoft.Windows.Settings/WindowsSettings
directives:
description: Enable Developer Mode
allowPrerelease: true
# Requires elevation for the set operation
securityContext: elevated
settings:
Ensure: Present
DeveloperMode: true
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: powershell
directives:
Expand Down
1 change: 1 addition & 0 deletions .github/actions/spelling/allow/apis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ Stubless
Subheader
Subpage
syscall
syscolors
SYSTEMBACKDROP
TABROW
TASKBARCREATED
Expand Down
1 change: 1 addition & 0 deletions .github/actions/spelling/expect/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1679,6 +1679,7 @@ SMARTQUOTE
SMTO
snapcx
snapcy
snk
SOLIDBOX
Solutiondir
somefile
Expand Down
Loading
Loading