Skip to content

Commit

Permalink
feat: 更新并支持更多语言插件
Browse files Browse the repository at this point in the history
  • Loading branch information
taian.lta committed Dec 11, 2020
1 parent 4cfee42 commit 9d3c4ae
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions config/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,36 @@ module.exports = {
{
"name": "python-basic",
"version": "1.0.0"
}
],
"kaitian": [
},
{
"name": "vue",
"version": "0.1.5"
},
{
"name": "acss",
"version": "0.0.2"
},
{
"name": "schema",
"version": "0.0.1"
},
{
"name": "velocity",
"version": "0.7.1"
},
{
"name": "vscode-proto3",
"version": "0.3.0"
},
{
"name": "javascript",
"version": "1.0.0-patch.1"
"version": "1.0.0"
},
],
"kaitian": [
{
"name": "typescript-basics",
"version": "1.37.2-patch.1"
"version": "1.51.1-patch.1"
}
],
"AONE-IDE": [
Expand Down

0 comments on commit 9d3c4ae

Please sign in to comment.