38 lines
1.1 KiB
Go
38 lines
1.1 KiB
Go
{
|
|
"goBuild.savedBuildConfig": {
|
|
"outputName": "",
|
|
"outputDir": "./public",
|
|
"zcliEnabled": false,
|
|
"targetOS": "linux",
|
|
"targetArch": "current",
|
|
"enableRace": false,
|
|
"enableOptimization": true,
|
|
"stripSymbols": true,
|
|
"cgoEnabled": false,
|
|
"buildTags": "",
|
|
"customLdflags": "-X main.Version={{.Version}} -X main.BuildTime={{.BuildTime}} -X main.GitCommitID={{.GitCommit}} -X main.GitBranch={{.GitBranch}} -buildid= -extldflags '-static'",
|
|
"verboseMode": false,
|
|
"printCommands": false,
|
|
"keepWorkDir": false,
|
|
"forceRebuild": false,
|
|
"dryRun": false,
|
|
"trimPath": true,
|
|
"currentPreset": "production"
|
|
},
|
|
"go.toolsEnvVars": {
|
|
"GOROOT": "/usr/local/go",
|
|
"GOPATH": "/root/go",
|
|
"PATH": "/usr/local/go/bin:/root/go/bin:${env:PATH}",
|
|
"GOCACHE": "/workspace/.cache/go-build",
|
|
"GOMODCACHE": "/workspace/.cache/gomod",
|
|
"XDG_CACHE_HOME": "/workspace/.cache"
|
|
},
|
|
"go.alternateTools": {
|
|
"go": "/usr/local/go/bin/go",
|
|
"gopls": "/root/go/bin/gopls"
|
|
},
|
|
"go.useLanguageServer": true,
|
|
"goBuild.zcli.enabled": false,
|
|
"cSpell.words": ["struc"]
|
|
}
|