mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
Merge branch 'develop'
* develop: chore: 修改vscode市场的预览gif Update README.md refactor:兼容低版本vscode # Conflicts: # README.md
This commit is contained in:
commit
ec249c29b9
@ -7,3 +7,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
|
||||
## [Unreleased]
|
||||
|
||||
- Initial release
|
||||
|
||||
- 0.0.3
|
||||
解决vscode低版本兼容问题
|
||||
替换主页的git图地址
|
@ -6,12 +6,21 @@
|
||||
https://any86.github.io/any-rule/
|
||||
|
||||
## vscode插件
|
||||
<<<<<<< HEAD
|
||||
1. 安装vscode中插件搜索框输入**any-rule**
|
||||
2. 安装完毕后按**F1**.
|
||||
3. 输入"**zz**"可以看到正则列表.
|
||||
4. 或者**输入关键词**, 比如"手机".
|
||||
|
||||

|
||||
=======
|
||||
1. 在vscode的插件搜索中输入"**any-rule**"安装.
|
||||
1. 安装后进入vscode后按**F1**打开命令控制台.
|
||||
2. 输入"**zz**"后可看到正则列表.
|
||||
3. 或者**输入关键词**, 比如"手机".
|
||||
|
||||

|
||||
>>>>>>> develop
|
||||
|
||||
## 正则
|
||||
|
||||
|
Binary file not shown.
@ -3,9 +3,9 @@
|
||||
"publisher": "russell",
|
||||
"displayName": "any-rule",
|
||||
"description": "你要的\"正则\"都在这!",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.3",
|
||||
"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",
|
||||
|
@ -14,8 +14,6 @@ RULES.forEach((rule, index) => {
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
// console.log(JSON.stringify(pkg));
|
||||
fs.writeFileSync('./package.json', JSON.stringify(pkg, null, 4), 'utf-8');
|
||||
fs.writeFileSync('./package.json', JSON.stringify(pkg, null, 4), 'utf8');
|
||||
console.log('完成!');
|
@ -9,11 +9,12 @@ let content = `# 正则大全 
|
||||

|
||||
|
||||
## 正则
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user