mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
fix spellchecks
This commit is contained in:
4
.github/actions/spell-check/allow/code.txt
vendored
4
.github/actions/spell-check/allow/code.txt
vendored
@@ -335,3 +335,7 @@ azp
|
|||||||
feedbackhub
|
feedbackhub
|
||||||
needinfo
|
needinfo
|
||||||
reportbug
|
reportbug
|
||||||
|
|
||||||
|
#ffmpeg
|
||||||
|
crf
|
||||||
|
nostdin
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"inheritEnvironments": [
|
|
||||||
"msvc_x64"
|
|
||||||
],
|
|
||||||
"name": "x64-Debug",
|
|
||||||
"includePath": [
|
|
||||||
"${env.INCLUDE}",
|
|
||||||
"${workspaceRoot}\\**"
|
|
||||||
],
|
|
||||||
"defines": [
|
|
||||||
"WIN32",
|
|
||||||
"_DEBUG",
|
|
||||||
"UNICODE",
|
|
||||||
"_UNICODE"
|
|
||||||
],
|
|
||||||
"intelliSenseMode": "windows-msvc-x64"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -600,7 +600,7 @@ namespace UITests_FancyZones
|
|||||||
Pull(tries, "down"); // Pull the setting page up to make sure the setting is visible
|
Pull(tries, "down"); // Pull the setting page up to make sure the setting is visible
|
||||||
this.Find<ToggleSwitch>("FancyZonesQuickLayoutSwitch").Toggle(flag);
|
this.Find<ToggleSwitch>("FancyZonesQuickLayoutSwitch").Toggle(flag);
|
||||||
|
|
||||||
// Go back and forth to make sure settigns applied
|
// Go back and forth to make sure settings applied
|
||||||
this.Find<NavigationViewItem>("Workspaces").Click();
|
this.Find<NavigationViewItem>("Workspaces").Click();
|
||||||
Task.Delay(200).Wait();
|
Task.Delay(200).Wait();
|
||||||
this.Find<NavigationViewItem>("FancyZones").Click();
|
this.Find<NavigationViewItem>("FancyZones").Click();
|
||||||
|
|||||||
@@ -274,7 +274,7 @@ namespace UITests_FancyZones
|
|||||||
|
|
||||||
this.Find<ToggleSwitch>("FancyZonesWindowSwitchingToggle").Toggle(switchWindowEnable);
|
this.Find<ToggleSwitch>("FancyZonesWindowSwitchingToggle").Toggle(switchWindowEnable);
|
||||||
|
|
||||||
// Go back and forth to make sure settigns applied
|
// Go back and forth to make sure settings applied
|
||||||
this.Find<NavigationViewItem>("Workspaces").Click();
|
this.Find<NavigationViewItem>("Workspaces").Click();
|
||||||
Task.Delay(200).Wait();
|
Task.Delay(200).Wait();
|
||||||
this.Find<NavigationViewItem>("FancyZones").Click();
|
this.Find<NavigationViewItem>("FancyZones").Click();
|
||||||
|
|||||||
Reference in New Issue
Block a user