go-cursor-help-v2/.vscode/settings.json
Xx af6c9f05de feat: Update installation script and improve error handling
- Updated `install.sh` to include versioning and enhanced bilingual messages for better user feedback.
- Refactored platform detection logic to dynamically set binary names based on the version.
- Added checks for system requirements, including curl installation and write permissions.
- Improved error handling with context-specific messages for better debugging.
- Cleaned up the `go.mod` file by consolidating dependency requirements.

This commit enhances the installation process and user experience by providing clearer feedback and ensuring necessary prerequisites are met.
2024-12-11 17:02:59 +08:00

23 lines
393 B
JSON

{
"cSpell.words": [
"buildmode",
"endlocal",
"errorlevel",
"fatih",
"gcflags",
"GOARCH",
"IMAGENAME",
"ldflags",
"LOCALAPPDATA",
"mktemp",
"msys",
"pgrep",
"pkill",
"runas",
"setlocal",
"taskkill",
"tasklist",
"trimpath",
"xattr"
]
}