From bd681d5808f6fd023cd374f47837e0d95aaa6dc3 Mon Sep 17 00:00:00 2001 From: liwei Date: Thu, 2 Apr 2020 12:27:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0.vscode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..eead341 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,27 @@ +{ + "go.installDependenciesWhenBuilding": false, + "sqltools.connections": [], + "todo-tree.highlights.defaultHighlight": { + "icon": "alert", + "type": "text", + "foreground": "red", + "background": "yellow", + "opacity": 100, + "iconColour": "blue" + }, + "todo-tree.highlights.customHighlight": { + "TODO": { + "icon": "check", + "type": "line" + }, + "FIXME": { + "foreground": "black", + "iconColour": "yellow", + "gutterIcon": true + } + }, + "todo-tree.filtering.excludeGlobs": [ + "*.pb.go" + ], + "editor.formatOnSave": false, +} \ No newline at end of file