diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..329043c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,15 @@ +{ + "go.toolsEnvVars": { + "CGO_ENABLED": "1", + "PATH": "D:\\esto_al_path\\msys64\\mingw64\\bin;${env:PATH}", + "PKG_CONFIG_PATH": "D:\\esto_al_path\\msys64\\mingw64\\lib\\pkgconfig" + }, + "gopls": { + "formatting.gofumpt": true, + "ui.diagnostic.diagnosticsDelay": "300ms", + "build.directoryFilters": [ + "-vendor" + ] + }, + "go.lintOnSave": "package" +} \ No newline at end of file