diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e509b8e12..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "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"] -}