diff --git a/.vscode/extenstions.json b/.vscode/extenstions.json deleted file mode 100644 index b32e3d1..0000000 --- a/.vscode/extenstions.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "recommendations": [ - "golang.go" - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 7675da8..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "go.lintTool": "golangci-lint", - "go.lintFlags": [ - "--fast" - ], - "[go]": { - "editor.defaultFormatter": "golang.go", - "editor.formatOnSave": false - }, - "gopls": { - "ui.semanticTokens": true, - } -} \ No newline at end of file