Skip to content

Instantly share code, notes, and snippets.

@GrandSchtroumpf
Created May 7, 2020 14:29
Show Gist options
  • Save GrandSchtroumpf/367cd7f60c7eb3dc7af6f9326ab5dcf9 to your computer and use it in GitHub Desktop.
Save GrandSchtroumpf/367cd7f60c7eb3dc7af6f9326ab5dcf9 to your computer and use it in GitHub Desktop.
Markdium-VSCode extension inside a nx workspace
{
"version": "2.0.0",
"tasks": [{
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
"isBackground": true,
"presentation": {
"reveal": "never"
},
"group": {
"kind": "build",
"isDefault": true
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment