go-cursor-help-v2/.vscode/settings.json
Xx e3fed51d43 feat: Add MD5 checksums for built files and update cSpell dictionary
- Introduced a new file `md5_checksums.txt` containing MD5 checksums for various platform binaries, enhancing file integrity verification.
- Updated the cSpell dictionary in `.vscode/settings.json` to include additional terms related to the project, improving spell checking accuracy.

These changes improve the build process by providing users with a way to verify the integrity of the built files and enhance development environment settings.
2024-12-13 16:30:21 +08:00

31 lines
559 B
JSON

{
"cSpell.words": [
"apprun",
"buildmode",
"certutil",
"dylib",
"enabledelayedexpansion",
"endlocal",
"errorlevel",
"fatih",
"gcflags",
"GOARCH",
"hashfile",
"IMAGENAME",
"killall",
"ldflags",
"LOCALAPPDATA",
"mktemp",
"msys",
"pgrep",
"pkill",
"runas",
"setlocal",
"taskkill",
"tasklist",
"trimpath",
"urandom",
"uuidgen",
"xattr"
]
}