Alex Brausewetter

Results 1 comments of Alex Brausewetter

Try something like this: ```json // User Settings { "macros": { "runBuild": [ {"command": "workbench.action.tasks.runTask", "args": "build"} ] } } ``` You'll also need to create a `tasks.json`: ```json //...