Is there some way that I could run a glitch console command like refresh
using a VS Code task?
An example of a VS Code task would be:
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "install",
"problemMatcher": []
}
]
}