We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1e95e commit 30f4485Copy full SHA for 30f4485
.vscode/settings.json
@@ -72,12 +72,16 @@
72
]
73
},
74
"material-icon-theme.files.associations": {
75
- "*.txtar": "Go_gopher"
+ "go.tool.mod": "go-mod",
76
+ "go.tool.sum": "go-mod",
77
+ "*.txtar": "Go_gopher",
78
+ ".current-tag": "docker"
79
80
"material-icon-theme.folders.associations": {
81
"testdata": "Test"
82
83
"files.associations": {
- "go.tool.mod": "go.mod"
84
+ "go.tool.mod": "go.mod",
85
+ "go.tool.sum": "go.sum"
86
}
87
0 commit comments