mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-08-03 06:17:36 +08:00

- Deleted the outdated analysis file that contained error diagnostics and solutions. - Updated the checkAdminPrivileges function in main.go to use a more reliable method for checking Windows administrator privileges, enhancing security and accuracy. - Fixed a minor display issue in the success message output. - Added "apprun" to the cSpell dictionary in .vscode/settings.json for improved spell checking. These changes streamline the codebase and enhance the functionality of the application.
25 lines
428 B
JSON
25 lines
428 B
JSON
{
|
|
"cSpell.words": [
|
|
"apprun",
|
|
"buildmode",
|
|
"dylib",
|
|
"endlocal",
|
|
"errorlevel",
|
|
"fatih",
|
|
"gcflags",
|
|
"GOARCH",
|
|
"IMAGENAME",
|
|
"ldflags",
|
|
"LOCALAPPDATA",
|
|
"mktemp",
|
|
"msys",
|
|
"pgrep",
|
|
"pkill",
|
|
"runas",
|
|
"setlocal",
|
|
"taskkill",
|
|
"tasklist",
|
|
"trimpath",
|
|
"xattr"
|
|
]
|
|
} |