2025-12-05 01:11:20 +08:00
|
|
|
{
|
|
|
|
|
"goBuild.savedBuildConfig": {
|
|
|
|
|
"outputName": "",
|
|
|
|
|
"outputDir": "./public",
|
2026-01-06 22:17:32 +08:00
|
|
|
"zcliEnabled": false,
|
2025-12-05 01:11:20 +08:00
|
|
|
"targetOS": "linux",
|
|
|
|
|
"targetArch": "current",
|
|
|
|
|
"enableRace": false,
|
|
|
|
|
"enableOptimization": true,
|
2026-01-06 22:17:32 +08:00
|
|
|
"stripSymbols": true,
|
2025-12-05 01:11:20 +08:00
|
|
|
"cgoEnabled": false,
|
|
|
|
|
"buildTags": "",
|
|
|
|
|
"customLdflags": "",
|
|
|
|
|
"verboseMode": false,
|
|
|
|
|
"printCommands": false,
|
|
|
|
|
"keepWorkDir": false,
|
|
|
|
|
"forceRebuild": false,
|
|
|
|
|
"dryRun": false,
|
2026-01-06 22:17:32 +08:00
|
|
|
"trimPath": true,
|
2025-12-05 01:11:20 +08:00
|
|
|
"currentPreset": "dev"
|
|
|
|
|
},
|
2026-01-06 22:17:32 +08:00
|
|
|
"go.toolsEnvVars": {},
|
|
|
|
|
"goBuild.zcli.enabled": false
|
2025-12-05 01:11:20 +08:00
|
|
|
}
|