fix:锁定vscode版本,增加默认支持的语言类型

This commit is contained in:
microud 2020-01-07 19:47:37 +08:00
parent 9d4e3d7a01
commit 4eac7b3e8c
3 changed files with 5 additions and 4003 deletions

4002
dist/extension.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -356,7 +356,7 @@
}, },
"anyRule.supportedLanguages": { "anyRule.supportedLanguages": {
"type": "string", "type": "string",
"default": "javascript,typescript", "default": "javascript,typescript,javascriptreact,typescriptreact,vue,coffeescript",
"description": "激活AnyRule的文件类型多个类型用逗号分隔" "description": "激活AnyRule的文件类型多个类型用逗号分隔"
} }
} }
@ -379,7 +379,7 @@
"@types/glob": "^7.1.1", "@types/glob": "^7.1.1",
"@types/mocha": "^5.2.7", "@types/mocha": "^5.2.7",
"@types/node": "^12.11.7", "@types/node": "^12.11.7",
"@types/vscode": "^1.14.0", "@types/vscode": "1.14.0",
"glob": "^7.1.5", "glob": "^7.1.5",
"mocha": "^6.2.2", "mocha": "^6.2.2",
"ts-loader": "^6.2.1", "ts-loader": "^6.2.1",