更新license、补充compile任务脚本

This commit is contained in:
zhangyun 2023-10-17 11:17:51 +08:00
parent c5a4279e04
commit babe8c0d94
2 changed files with 14 additions and 4 deletions

12
.vscode/tasks.json vendored
View File

@ -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"
}
]
}

View File

@ -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