windows-terminal/scratch/ScratchIslandApp/WindowExe
Josh Soref 774f74258f
ci: upgrade to check-spelling v0.0.24 (#18261)
This upgrades to [check-spelling v0.0.24].

A number of GitHub APIs are being turned off shortly, so we need to
upgrade or various uncertain outcomes will occur.

There are some minor bugs that I'm aware of and which I've fixed since
this release (including a couple I discovered while preparing this PR).

There's a new accessibility forbidden pattern:

#### Should be `cannot` (or `can't`)

See https://www.grammarly.com/blog/cannot-or-can-not/
> Don't use `can not` when you mean `cannot`. The only time you're
likely to see `can not` written as separate words is when the word `can`
happens to precede some other phrase that happens to start with `not`.
> `Can't` is a contraction of `cannot`, and it's best suited for
informal writing.
> In formal writing and where contractions are frowned upon, use
`cannot`.
> It is possible to write `can not`, but you generally find it only as
part of some other construction, such as `not only . . . but also.`
- if you encounter such a case, add a pattern for that case to
patterns.txt.
```
\b[Cc]an not\b
```

[check-spelling v0.0.24]: https://github.com/check-spelling/check-spelling/releases/tag/v0.0.24

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2024-12-04 12:06:31 -06:00
..
SampleAppHost.cpp Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
SampleAppHost.h Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
SampleBaseWindow.h Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
SampleIslandWindow.cpp Wire up passing LNK/EXE data from OpenCon to ITerminalHandoff (#13570) 2022-08-26 06:16:29 -05:00
SampleIslandWindow.h Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
SampleMain.cpp Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
WindowExe.def Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
WindowExe.manifest Update WindowExe.manifest (#10499) 2021-06-23 17:59:07 +00:00
WindowExe.rc Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
WindowExe.vcxproj Update scratch project dependencies (#17648) 2024-08-06 23:53:24 +02:00
icon.cpp Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
icon.h Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
packages.config Update scratch project dependencies (#17648) 2024-08-06 23:53:24 +02:00
pch.cpp Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00
pch.h ci: upgrade to check-spelling v0.0.24 (#18261) 2024-12-04 12:06:31 -06:00
resource.h Add a Scratch.sln for prototyping (#10067) 2021-06-10 12:56:47 -05:00