github.com/m4gshm/gollections@v0.0.13-0.20240331203319-a34a86e58a24/workspace.code-workspace (about) 1 { 2 "folders": [ 3 { 4 "path": "." 5 } 6 ], 7 "settings": { 8 "go.coverOnSave": true, 9 "go.coverOnSingleTest": true, 10 "go.coverOnSingleTestFile": true, 11 "go.coverShowCounts": true, 12 "go.coverageDecorator": { 13 "type": "gutter", 14 "coveredHighlightColor": "rgba(64,128,128,0.5)", 15 "uncoveredHighlightColor": "rgba(128,64,64,0.25)", 16 "coveredGutterStyle": "blockgreen", 17 "uncoveredGutterStyle": "blockred" 18 }, 19 } 20 }