secure webview resources.

This commit is contained in:
Peng Lyu
2018-05-19 14:12:50 -07:00
parent 33007b4bae
commit 8f429963e4
2 changed files with 91 additions and 139 deletions

View File

@ -6,21 +6,15 @@
},
"publisher": "rebornix",
"activationEvents": [
"onCommand:catCoding.start",
"onCommand:catCoding.doRefactor"
"onCommand:react-webview.start"
],
"main": "./ext-src/extension.js",
"contributes": {
"commands": [
{
"command": "catCoding.start",
"title": "Start cat coding session",
"category": "Cat Coding"
},
{
"command": "catCoding.doRefactor",
"title": "Do some refactoring",
"category": "Cat Coding"
"command": "react-webview.start",
"title": "Start react webview",
"category": "React"
}
]
},