diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 7c20bda..e319d30 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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" } ] } diff --git a/LICENSE.txt b/LICENSE.txt index cfa70b0..3ba1f9e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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