go-cursor-help-v2/.vscode/settings.json
Xx 24287ac575 refactor: Remove obsolete analysis file and improve Windows admin privilege check in main.go
- 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.
2024-12-13 15:49:05 +08:00

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"
]
}