Skip to content

Commit 12baf82

Browse files
authored
Merge branch 'main' into copilot/fix-shortcut-conflict-window
2 parents 0add0d5 + 8a7503e commit 12baf82

File tree

1,398 files changed

+75208
-21479
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,398 files changed

+75208
-21479
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ body:
77
- type: markdown
88
attributes:
99
value: Please make sure to [search for existing issues](https://github.com/microsoft/PowerToys/issues) before filing a new one!
10+
- type: markdown
11+
attributes:
12+
value: |
13+
We are aware of the following high-volume issues and are actively working on them. Please check if your issue is one of these before filing a new bug report:
14+
* **PowerToys Run crash related to "Desktop composition is disabled"**: This may appear as `COMException: 0x80263001`. For more details, see issue [#31226](https://github.com/microsoft/PowerToys/issues/31226).
15+
* **PowerToys Run crash with `COMException (0xD0000701)`**: For more details, see issue [#30769](https://github.com/microsoft/PowerToys/issues/30769).
16+
* **PowerToys Run crash with a "Cyclic reference" error**: This `System.InvalidOperationException` is detailed in issue [#36451](https://github.com/microsoft/PowerToys/issues/36451).
1017
- id: version
1118
type: input
1219
attributes:

.github/actions/spell-check/allow/code.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ OTP
9595
Yubi
9696
Yubico
9797
Perplexity
98+
Groq
9899
svgl
99100

100101
# KEYS
@@ -321,3 +322,23 @@ REGSTR
321322

322323
# Misc Win32 APIs and PInvokes
323324
INVOKEIDLIST
325+
326+
# PowerRename metadata pattern abbreviations (used in tests and regex patterns)
327+
DDDD
328+
FFF
329+
HHH
330+
riday
331+
YYY
332+
333+
# Unicode
334+
precomposed
335+
336+
# GitHub issue/PR commands
337+
azp
338+
feedbackhub
339+
needinfo
340+
reportbug
341+
342+
#ffmpeg
343+
crf
344+
nostdin

.github/actions/spell-check/excludes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
^src/common/notifications/BackgroundActivatorDLL/cpp\.hint$
106106
^src/common/sysinternals/Eula/
107107
^src/modules/cmdpal/doc/initial-sdk-spec/list-elements-mock-002\.pdn$
108+
^src/modules/cmdpal/ext/SamplePagesExtension/Pages/SampleMarkdownImagesPage\.cs$
108109
^src/modules/colorPicker/ColorPickerUI/Shaders/GridShader\.cso$
109110
^src/modules/launcher/Plugins/Microsoft\.PowerToys\.Run\.Plugin\.TimeDate/Properties/
110111
^src/modules/MouseUtils/MouseJumpUI/MainForm\.resx$

0 commit comments

Comments
 (0)