Skip to content

Instantly share code, notes, and snippets.

@GrandSchtroumpf
Created May 7, 2020 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GrandSchtroumpf/385356597e1c08b9e1e92ec127573eda to your computer and use it in GitHub Desktop.
Save GrandSchtroumpf/385356597e1c08b9e1e92ec127573eda to your computer and use it in GitHub Desktop.
Markdium-VSCode extension inside a nx workspace
{
"name": "studio",
"version": "0.0.0",
"main": "main.js",
"engines": {
"vscode": "^1.44.0"
},
"contributes": {
"commands": [{
"command": "start",
"title": "Start My Extension"
}]
},
"activationEvents": [
"onCommand:start"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment