Slurpgoose
Results
2
comments of
Slurpgoose
@GaryTowers thanks for your advice. [chartjs-node-canvas](https://github.com/SeanSobey/ChartjsNodeCanvas) works. install on this library does not. I spent hours retrying install instructions for cairo & canvas but node-gyp fails to build for `chartjs-node`.
came here to ask this as well. My use case is to run tasks same as I would with keybindings.json. ```json [ { "key": "cmd+shift+0", "command": "workbench.action.tasks.runTask", "args": "Run Server"...