From 03b21202c9293d44b8b48e0cb7e8f892326568d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=81=E5=AE=81?= <383514580@qq.com> Date: Fri, 2 Aug 2019 16:32:59 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- package.json | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) 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 ./",