diff --git a/.gitignore b/.gitignore index c304f8f5..f06739e3 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ web/project-website/resources/_gen/ # IDE related stuff *.DS_Store +.vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 0800dfa2..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "go.coverOnSave": false, - "go.coverOnTestPackage": true, - "go.coverOnSingleTest": true, - "go.coverageDecorator": { - "type": "highlight", - "coveredHighlightColor": "rgba(30, 64, 10, 0.06)", - "coveredBorderColor": "rgba(30, 64, 10, 0.06)", - "uncoveredHighlightColor": "rgba(146, 38, 20, 0.06)", - "uncoveredBorderColor": "rgba(146, 38, 20, 0.06)", - "coveredGutterStyle": "blockgreen", - "uncoveredGutterStyle": "blockred" - }, - "[yaml]": { - "editor.autoIndent": "keep", - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[vue]": { - "editor.defaultFormatter": "Vue.volar" - }, - "editor.formatOnSave": true -}