refactor:兼容低版本vscode

This commit is contained in:
383514580 2019-08-02 23:40:09 +08:00
parent 4cc55e206c
commit d8e56fa16c
6 changed files with 15 additions and 9 deletions

View File

@ -7,3 +7,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [Unreleased] ## [Unreleased]
- Initial release - Initial release
- 0.0.2
解决vscode低版本兼容问题
替换主页的git图地址

View File

@ -6,8 +6,9 @@
https://any86.github.io/any-rule/ https://any86.github.io/any-rule/
## vscode插件 ## vscode插件
1. 进入vscode后按**F1**. 1. 在vscode的插件搜索中输入"**any-rule**"安装.
2. 输入"**zz**"可以看到正则列表. 1. 安装后进入vscode后按**F1**打开命令控制台.
2. 输入"**zz**"后可看到正则列表.
3. 或者**输入关键词**, 比如"手机". 3. 或者**输入关键词**, 比如"手机".
![预览动画加载中...](https://camo.githubusercontent.com/1f8b23e9081ff2e3074fcaffddbfe98475ed9419/68747470733a2f2f757365722d676f6c642d63646e2e786974752e696f2f323031392f382f322f313663353136633434366430396633623f773d34323026683d32343326663d67696626733d32353537383036) ![预览动画加载中...](https://camo.githubusercontent.com/1f8b23e9081ff2e3074fcaffddbfe98475ed9419/68747470733a2f2f757365722d676f6c642d63646e2e786974752e696f2f323031392f382f322f313663353136633434366430396633623f773d34323026683d32343326663d67696626733d32353537383036)

Binary file not shown.

View File

@ -3,9 +3,9 @@
"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.12.0"
}, },
"categories": [ "categories": [
"Other" "Other"
@ -283,7 +283,7 @@
"@types/glob": "^7.1.1", "@types/glob": "^7.1.1",
"@types/mocha": "^5.2.6", "@types/mocha": "^5.2.6",
"@types/node": "^10.12.21", "@types/node": "^10.12.21",
"@types/vscode": "^1.36.0", "@types/vscode": "^1.12.0",
"glob": "^7.1.4", "glob": "^7.1.4",
"mocha": "^6.1.4", "mocha": "^6.1.4",
"typescript": "^3.3.1", "typescript": "^3.3.1",

View File

@ -9,8 +9,9 @@ let content = `# 正则大全 ![](https://img.shields.io/badge/状态-积极更
https://any86.github.io/any-rule/ https://any86.github.io/any-rule/
## vscode插件 ## vscode插件
1. 进入vscode后按**F1**. 1. 在vscode的插件搜索中输入"**any-rule**"安装.
2. 输入"**zz**"可以看到正则列表. 1. 安装后进入vscode后按**F1**打开命令控制台.
2. 输入"**zz**"后可看到正则列表.
3. 或者**输入关键词**, 比如"手机". 3. 或者**输入关键词**, 比如"手机".
![预览动画加载中...](https://camo.githubusercontent.com/1f8b23e9081ff2e3074fcaffddbfe98475ed9419/68747470733a2f2f757365722d676f6c642d63646e2e786974752e696f2f323031392f382f322f313663353136633434366430396633623f773d34323026683d32343326663d67696626733d32353537383036) ![预览动画加载中...](https://camo.githubusercontent.com/1f8b23e9081ff2e3074fcaffddbfe98475ed9419/68747470733a2f2f757365722d676f6c642d63646e2e786974752e696f2f323031392f382f322f313663353136633434366430396633623f773d34323026683d32343326663d67696626733d32353537383036)