mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
fix:锁定vscode版本,增加默认支持的语言类型
This commit is contained in:
parent
9d4e3d7a01
commit
4eac7b3e8c
4002
dist/extension.js
vendored
4002
dist/extension.js
vendored
File diff suppressed because one or more lines are too long
2
dist/extension.js.map
vendored
2
dist/extension.js.map
vendored
File diff suppressed because one or more lines are too long
@ -356,7 +356,7 @@
|
||||
},
|
||||
"anyRule.supportedLanguages": {
|
||||
"type": "string",
|
||||
"default": "javascript,typescript",
|
||||
"default": "javascript,typescript,javascriptreact,typescriptreact,vue,coffeescript",
|
||||
"description": "激活AnyRule的文件类型,多个类型用逗号分隔"
|
||||
}
|
||||
}
|
||||
@ -379,7 +379,7 @@
|
||||
"@types/glob": "^7.1.1",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "^12.11.7",
|
||||
"@types/vscode": "^1.14.0",
|
||||
"@types/vscode": "1.14.0",
|
||||
"glob": "^7.1.5",
|
||||
"mocha": "^6.2.2",
|
||||
"ts-loader": "^6.2.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user