Skip to content

Commit 30f4485

Browse files
committed
chore: tuning VS Code further
1 parent ae1e95e commit 30f4485

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.vscode/settings.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,16 @@
7272
]
7373
},
7474
"material-icon-theme.files.associations": {
75-
"*.txtar": "Go_gopher"
75+
"go.tool.mod": "go-mod",
76+
"go.tool.sum": "go-mod",
77+
"*.txtar": "Go_gopher",
78+
".current-tag": "docker"
7679
},
7780
"material-icon-theme.folders.associations": {
7881
"testdata": "Test"
7982
},
8083
"files.associations": {
81-
"go.tool.mod": "go.mod"
84+
"go.tool.mod": "go.mod",
85+
"go.tool.sum": "go.sum"
8286
}
8387
}

0 commit comments

Comments
 (0)