diff --git a/README.md b/README.md index a780539..e607ef0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ "正则大全"的vscode插件 ## 使用 -进入vscode后按**F1**,输入"zz"可以看到所有的正则列表, 或者输入你想要搜索的正则, 比如"手机". +1. 进入vscode后按**F1**. +2. 输入**"zz"**可以看到所有的正则列表. +3. 或者输入你想要搜索的正则, 比如"手机". -![](https://user-gold-cdn.xitu.io/2019/8/2/16c516c446d09f3b?w=420&h=243&f=gif&s=2557806) \ No newline at end of file +![预览动画加载中...](https://user-gold-cdn.xitu.io/2019/8/2/16c516c446d09f3b?w=420&h=243&f=gif&s=2557806) \ No newline at end of file diff --git a/package.json b/package.json index 3d9274c..f664b1c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "russell", "displayName": "any-rule", "description": "你要的\"正则\"都在这!", - "version": "0.0.2", + "version": "0.0.1", "engines": { "vscode": "^1.36.0" }, @@ -271,6 +271,7 @@ ] }, "scripts": { + "build": "vsce package", "vscode:prepublish": "npm run compile", "compile": "tsc -p ./", "watch": "tsc -watch -p ./",