diskii/.vscode/settings.json

10 lines
173 B
JSON
Raw Normal View History

2021-06-26 02:33:11 +00:00
{
"filewatcher.commands": [
{
"match": "\\.go",
"cmd": "echo '${file} changed'",
"event": "onFileChange",
},
]
}