chore: 更新图标和github地址

This commit is contained in:
宁宁 2019-08-02 15:43:26 +08:00
parent 1a0c9e9ebe
commit c0624712c7
2 changed files with 13 additions and 5 deletions

View File

@ -1,15 +1,23 @@
{ {
"name": "any-rule", "name": "any-rule",
"publisher":"russell", "publisher": "russell",
"displayName": "any-rule", "displayName": "any-rule",
"description": "快速找到所需正则", "description": "快速找到所需正则",
"version": "0.0.1", "version": "0.0.2",
"engines": { "engines": {
"vscode": "^1.36.0" "vscode": "^1.36.0"
}, },
"categories": [ "categories": [
"Other" "Other"
], ],
"icon": "https://ws1.sinaimg.cn/large/005IQkzXly1g5ldl77vuhj305j05jq30.jpg",
"bugs": {
"url": "https://github.com/any86/any-rule/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/any86/any-rule.git"
},
"activationEvents": [ "activationEvents": [
"onCommand:extension.rule0", "onCommand:extension.rule0",
"onCommand:extension.rule1", "onCommand:extension.rule1",
@ -263,10 +271,10 @@
] ]
}, },
"scripts": { "scripts": {
"vscode:prepublish": "yarn run compile", "vscode:prepublish": "npm run compile",
"compile": "tsc -p ./", "compile": "tsc -p ./",
"watch": "tsc -watch -p ./", "watch": "tsc -watch -p ./",
"pretest": "yarn run compile", "pretest": "npm run compile",
"test": "node ./out/test/runTest.js" "test": "node ./out/test/runTest.js"
}, },
"devDependencies": { "devDependencies": {

BIN
vscode-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB