diff --git a/.gitignore b/.gitignore index 5fe00fe..faac96e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ out node_modules .vscode-test/ *.vsix +yarn-error.log diff --git a/package.json b/package.json index 2002790..e031b74 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { - "name": "any-rule", + "name": "any-rule", + "publisher":"russell", "displayName": "any-rule", - "description": "", + "description": "快速找到所需正则", "version": "0.0.1", "engines": { "vscode": "^1.36.0"