Skip to content

Instantly share code, notes, and snippets.

@WebFreak001
Created January 29, 2016 16:09
Show Gist options
  • Save WebFreak001/073847d7e96dde6567b6 to your computer and use it in GitHub Desktop.
Save WebFreak001/073847d7e96dde6567b6 to your computer and use it in GitHub Desktop.
{
"name": "a",
"description": "a",
"version": "0.0.1",
"publisher": "WebFreak",
"engines": {
"vscode": "^0.10.1"
},
"categories": [
"Other"
],
"activationEvents": [
"*"
],
"main": "./out/src/extension",
"contributes": {
"languages": [
{
"id": "foobar",
"aliases": ["Foobar"],
"extensions": [".foobar"]
},
{
"id": "barfoo",
"aliases": ["Barfoo"],
"extensions": [".barfoo"]
}
]
},
"scripts": {
"vscode:prepublish": "node ./node_modules/vscode/bin/compile",
"compile": "node ./node_modules/vscode/bin/compile -watch -p ./"
},
"devDependencies": {
"typescript": "^1.6.2",
"vscode": "0.10.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment