Browse Source

添加.vscode

master
liwei 5 years ago
parent
commit
bd681d5808
1 changed files with 27 additions and 0 deletions
  1. +27
    -0
      .vscode/settings.json

+ 27
- 0
.vscode/settings.json View File

@@ -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,
}

Loading…
Cancel
Save