mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
refactor:兼容低版本vscode
This commit is contained in:
parent
4cc55e206c
commit
d8e56fa16c
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,4 +2,4 @@ out
|
||||
node_modules
|
||||
.vscode-test/
|
||||
*.vsix
|
||||
yarn-error.log
|
||||
yarn-error.log
|
@ -6,4 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- Initial release
|
||||
- Initial release
|
||||
|
||||
- 0.0.2
|
||||
解决vscode低版本兼容问题
|
||||
替换主页的git图地址
|
@ -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. 或者**输入关键词**, 比如"手机".
|
||||
|
||||

|
||||
|
Binary file not shown.
@ -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",
|
||||
|
@ -9,8 +9,9 @@ let content = `# 正则大全 
|
||||
|
Loading…
x
Reference in New Issue
Block a user