更新license、补充compile任务脚本
This commit is contained in:
parent
c5a4279e04
commit
babe8c0d94
|
@ -25,10 +25,20 @@
|
|||
"presentation": {
|
||||
"reveal": "never"
|
||||
},
|
||||
"group": "build",
|
||||
"label": "npm: watch",
|
||||
"detail": "tsc -watch -p ./"
|
||||
},
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "compile",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
"problemMatcher": [],
|
||||
"label": "npm: compile",
|
||||
"detail": "yarn run compile-web && yarn run compile-main"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
kylinIDE extension Kylin Project Manager
|
||||
Copyright (c) 2022 KylinSoft www.kylinos.cn
|
||||
All rights reserved.
|
||||
Copyright (c) KylinSoft Co., Ltd. 2021-2022.All rights reserved.
|
||||
Kylin Project Manager is licensed under MIT LICENSE.
|
||||
See LICENSE file for more details.
|
||||
|
||||
MIT License
|
||||
|
||||
|
|
Loading…
Reference in New Issue