diff --git a/.gitignore b/.gitignore index faac96e..5c378f9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ out node_modules .vscode-test/ *.vsix -yarn-error.log +yarn-error.log \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index def9d6a..040d53a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] -- Initial release \ No newline at end of file +- Initial release + +- 0.0.2 +解决vscode低版本兼容问题 +替换主页的git图地址 \ No newline at end of file diff --git a/README.md b/README.md index 8775f79..6f3eed6 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ https://any86.github.io/any-rule/ ## vscode插件 -1. 进入vscode后按**F1**. -2. 输入"**zz**"可以看到正则列表. +1. 在vscode的插件搜索中输入"**any-rule**"安装. +1. 安装后进入vscode后按**F1**打开命令控制台. +2. 输入"**zz**"后可看到正则列表. 3. 或者**输入关键词**, 比如"手机". ![预览动画加载中...](https://camo.githubusercontent.com/1f8b23e9081ff2e3074fcaffddbfe98475ed9419/68747470733a2f2f757365722d676f6c642d63646e2e786974752e696f2f323031392f382f322f313663353136633434366430396633623f773d34323026683d32343326663d67696626733d32353537383036) diff --git a/any-rule-0.0.1.vsix b/any-rule-0.0.1.vsix deleted file mode 100644 index db20767..0000000 Binary files a/any-rule-0.0.1.vsix and /dev/null differ diff --git a/package.json b/package.json index e82484b..ff9c3c9 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "publisher": "russell", "displayName": "any-rule", "description": "你要的\"正则\"都在这!", - "version": "0.0.1", + "version": "0.0.2", "engines": { - "vscode": "^1.36.0" + "vscode": "^1.12.0" }, "categories": [ "Other" @@ -283,7 +283,7 @@ "@types/glob": "^7.1.1", "@types/mocha": "^5.2.6", "@types/node": "^10.12.21", - "@types/vscode": "^1.36.0", + "@types/vscode": "^1.12.0", "glob": "^7.1.4", "mocha": "^6.1.4", "typescript": "^3.3.1", diff --git a/scripts/md.js b/scripts/md.js index d2d5967..5dac90b 100644 --- a/scripts/md.js +++ b/scripts/md.js @@ -9,8 +9,9 @@ let content = `# 正则大全 ![](https://img.shields.io/badge/状态-积极更 https://any86.github.io/any-rule/ ## vscode插件 -1. 进入vscode后按**F1**. -2. 输入"**zz**"可以看到正则列表. +1. 在vscode的插件搜索中输入"**any-rule**"安装. +1. 安装后进入vscode后按**F1**打开命令控制台. +2. 输入"**zz**"后可看到正则列表. 3. 或者**输入关键词**, 比如"手机". ![预览动画加载中...](https://camo.githubusercontent.com/1f8b23e9081ff2e3074fcaffddbfe98475ed9419/68747470733a2f2f757365722d676f6c642d63646e2e786974752e696f2f323031392f382f322f313663353136633434366430396633623f773d34323026683d32343326663d67696626733d32353537383036)