VSCode on Github has an issue titled Running commands as tasks #11396
. It involves running a VSCode command as an internal task in VSCode.
alexr00 commented on Dec 20, 2018 that
:
You can now have commands in tasks.json
and points to the following docs:
I've read through these docs and I am still unable to figure out how to do what I want. For starters, I'd like to create a simple task that runs the liveserver extention start code: extention.liveServer.goOnline
Anyone have any thoughts on what to try or where to look?