Created
May 7, 2020 14:29
-
-
Save GrandSchtroumpf/385356597e1c08b9e1e92ec127573eda to your computer and use it in GitHub Desktop.
Markdium-VSCode extension inside a nx workspace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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