diskii/.vscode/settings.json
2021-07-10 21:09:57 -04:00

10 lines
173 B
JSON

{
"filewatcher.commands": [
{
"match": "\\.go",
"cmd": "echo '${file} changed'",
"event": "onFileChange",
},
]
}