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