diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1b34c..0c40657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## version 2.17.2 + +- 修改插件显示的 README + ## version 2.17.1 - 增加调试需要参数快速选择按钮 diff --git a/README.md b/README.md index c9bae14..b3f9a67 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@

- + - +

@@ -33,8 +33,8 @@ # 关于本项目 -- [项目地址:https://github.com/ccagml/leetcode_vsc/](https://github.com/ccagml/leetcode_vsc/) -- [报告问题](https://github.com/ccagml/leetcode_vsc/issues) +- [项目地址:https://github.com/ccagml/leetcode-extension/](https://github.com/ccagml/leetcode-extension/) +- [报告问题](https://github.com/ccagml/leetcode-extension/issues) - [疑难解答](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94) - [常见问题](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98) - 趁着现在只有提交一个 PR 就能成为项目元老了 diff --git a/package.json b/package.json index 851004e..1ba066e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-leetcode-problem-rating", "displayName": "LeetCode", "description": "%main.description%", - "version": "2.17.1", + "version": "2.17.2", "author": "ccagml", "publisher": "ccagml", "license": "MIT", @@ -12,9 +12,9 @@ }, "repository": { "type": "git", - "url": "https://github.com/ccagml/leetcode_vsc" + "url": "https://github.com/ccagml/leetcode-extension" }, - "homepage": "https://github.com/ccagml/leetcode_vsc/README.md", + "homepage": "https://github.com/ccagml/leetcode-extension/README.md", "categories": [ "Other", "Snippets", diff --git a/package.nls.json b/package.nls.json index b58d669..2c8706d 100644 --- a/package.nls.json +++ b/package.nls.json @@ -1,5 +1,5 @@ { - "main.description": "LeetCode official plug-in enhancement, code open source, increase the difficulty score of LeetCode questions, give a star, please~", + "main.description": "LeetCode official plug-in enhancement, code open source, increase the difficulty score of LeetCode questions, give a star, please~\nGitHub 开源,给个 star 吧~", "main.name": "vscode-leetcode-problem-rating", "main.contributes.commands.lcpr.deleteCache.title": "Delete Cache", "main.contributes.commands.lcpr.toggleLeetCodeCn.title": "Switch Endpoint", diff --git a/src/controller/BricksViewController.ts b/src/controller/BricksViewController.ts index f0cdf88..eff30ff 100644 --- a/src/controller/BricksViewController.ts +++ b/src/controller/BricksViewController.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/controller/BricksViewController.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/controller/BricksViewController.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Tuesday, November 22nd 2022, 11:04:59 am * Author: ccagml * diff --git a/src/controller/EventController.ts b/src/controller/EventController.ts index e072246..d6bab1a 100644 --- a/src/controller/EventController.ts +++ b/src/controller/EventController.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/controller/EventController.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/controller/EventController.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Monday, October 31st 2022, 10:16:47 am * Author: ccagml * diff --git a/src/controller/FileButtonController.ts b/src/controller/FileButtonController.ts index 9ab4177..a139f97 100644 --- a/src/controller/FileButtonController.ts +++ b/src/controller/FileButtonController.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/controller/FileButtonController.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/controller/FileButtonController.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/controller/LoginController.ts b/src/controller/LoginController.ts index e9f19a4..5054a0f 100644 --- a/src/controller/LoginController.ts +++ b/src/controller/LoginController.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/controller/LoginController.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/controller/LoginController.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 10th 2022, 3:06:12 pm * Author: ccagml * diff --git a/src/controller/MainController.ts b/src/controller/MainController.ts index 7833b16..0f02b97 100644 --- a/src/controller/MainController.ts +++ b/src/controller/MainController.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/controller/MainController.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/controller/MainController.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 10th 2022, 2:18:21 pm * Author: ccagml * diff --git a/src/controller/RemarkController.ts b/src/controller/RemarkController.ts index 6d90ccd..524d4d6 100644 --- a/src/controller/RemarkController.ts +++ b/src/controller/RemarkController.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/controller/RemarkController.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/controller/RemarkController.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Monday, November 28th 2022, 3:29:37 pm * Author: ccagml * diff --git a/src/controller/TreeViewController.ts b/src/controller/TreeViewController.ts index 5b46c3a..d58b56a 100644 --- a/src/controller/TreeViewController.ts +++ b/src/controller/TreeViewController.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/controller/TreeViewController.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/controller/TreeViewController.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/dao/bricksDao.ts b/src/dao/bricksDao.ts index 0d9b036..dc3a43f 100644 --- a/src/dao/bricksDao.ts +++ b/src/dao/bricksDao.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/dao/bricksDao.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/dao/bricksDao.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Wednesday, November 23rd 2022, 4:36:38 pm * Author: ccagml * diff --git a/src/dao/choiceDao.ts b/src/dao/choiceDao.ts index 780cd32..84ddfc8 100644 --- a/src/dao/choiceDao.ts +++ b/src/dao/choiceDao.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/dao/choiceDao.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/dao/choiceDao.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 10th 2022, 11:34:10 pm * Author: ccagml * diff --git a/src/dao/debugArgDao.ts b/src/dao/debugArgDao.ts index 1ebd867..e6ca989 100644 --- a/src/dao/debugArgDao.ts +++ b/src/dao/debugArgDao.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/dao/debugArgDao.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/dao/debugArgDao.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 10th 2022, 11:38:10 pm * Author: ccagml * diff --git a/src/dao/groupDao.ts b/src/dao/groupDao.ts index d0fe202..2da65ed 100644 --- a/src/dao/groupDao.ts +++ b/src/dao/groupDao.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/dao/groupDao.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/dao/groupDao.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Wednesday, November 30th 2022, 9:47:36 am * Author: ccagml * diff --git a/src/dao/scoreDao.ts b/src/dao/scoreDao.ts index 82258f0..48aae3e 100644 --- a/src/dao/scoreDao.ts +++ b/src/dao/scoreDao.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/dao/scoreDao.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/dao/scoreDao.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 10th 2022, 11:40:22 pm * Author: ccagml * diff --git a/src/dao/tagsDao.ts b/src/dao/tagsDao.ts index db7fd0a..3e9b79e 100644 --- a/src/dao/tagsDao.ts +++ b/src/dao/tagsDao.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/dao/tagsDao.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/dao/tagsDao.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 10th 2022, 11:38:10 pm * Author: ccagml * diff --git a/src/extension.ts b/src/extension.ts index a593c5b..b5d0d2d 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/extension.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/extension.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Monday, October 31st 2022, 10:16:47 am * Author: ccagml * diff --git a/src/model/Model.ts b/src/model/Model.ts index ce65aa6..6adc1da 100644 --- a/src/model/Model.ts +++ b/src/model/Model.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/model/Model.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/model/Model.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/model/NodeModel.ts b/src/model/NodeModel.ts index a6b2205..0cab6ab 100644 --- a/src/model/NodeModel.ts +++ b/src/model/NodeModel.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/model/NodeMOdel.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/model/NodeMOdel.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/rpc/actionChain/chainManager.ts b/src/rpc/actionChain/chainManager.ts index ff51816..7a1a952 100644 --- a/src/rpc/actionChain/chainManager.ts +++ b/src/rpc/actionChain/chainManager.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/actionChain/chainMgr.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/actionChain/chainMgr.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml * diff --git a/src/rpc/actionChain/chainNode/cache.ts b/src/rpc/actionChain/chainNode/cache.ts index f8e8205..3f7d8b7 100644 --- a/src/rpc/actionChain/chainNode/cache.ts +++ b/src/rpc/actionChain/chainNode/cache.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/actionChain/cache.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/actionChain/cache.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml * diff --git a/src/rpc/actionChain/chainNode/core.ts b/src/rpc/actionChain/chainNode/core.ts index 87c9e81..24ba0d2 100644 --- a/src/rpc/actionChain/chainNode/core.ts +++ b/src/rpc/actionChain/chainNode/core.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/actionChain/core.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/actionChain/core.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml * diff --git a/src/rpc/actionChain/chainNode/leetcode.cn.ts b/src/rpc/actionChain/chainNode/leetcode.cn.ts index 4e9d9c5..c76fe07 100644 --- a/src/rpc/actionChain/chainNode/leetcode.cn.ts +++ b/src/rpc/actionChain/chainNode/leetcode.cn.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/actionChain/leetcode.cn.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/actionChain/leetcode.cn.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml * diff --git a/src/rpc/actionChain/chainNode/leetcode.ts b/src/rpc/actionChain/chainNode/leetcode.ts index 40c83a5..908da31 100644 --- a/src/rpc/actionChain/chainNode/leetcode.ts +++ b/src/rpc/actionChain/chainNode/leetcode.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/actionChain/leetcode.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/actionChain/leetcode.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml * diff --git a/src/rpc/actionChain/chainNode/retry.ts b/src/rpc/actionChain/chainNode/retry.ts index a451dbe..bc90bb4 100644 --- a/src/rpc/actionChain/chainNode/retry.ts +++ b/src/rpc/actionChain/chainNode/retry.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/actionChain/retry.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/actionChain/retry.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml * diff --git a/src/rpc/childMain.ts b/src/rpc/childMain.ts index f66faa0..e024edf 100644 --- a/src/rpc/childMain.ts +++ b/src/rpc/childMain.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/rpc/cli.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/rpc/cli.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/rpc/factory/api/cacheApi.ts b/src/rpc/factory/api/cacheApi.ts index 3ab9cbe..e1bfeb8 100644 --- a/src/rpc/factory/api/cacheApi.ts +++ b/src/rpc/factory/api/cacheApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/cacheApi.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/cacheApi.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml * diff --git a/src/rpc/factory/api/pluginApi.ts b/src/rpc/factory/api/pluginApi.ts index d45b777..8cf79c8 100644 --- a/src/rpc/factory/api/pluginApi.ts +++ b/src/rpc/factory/api/pluginApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/pluginApi.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/pluginApi.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml * diff --git a/src/rpc/factory/api/queryApi.ts b/src/rpc/factory/api/queryApi.ts index 14874c0..9549a3d 100644 --- a/src/rpc/factory/api/queryApi.ts +++ b/src/rpc/factory/api/queryApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/queryApi.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/queryApi.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml * diff --git a/src/rpc/factory/api/showApi.ts b/src/rpc/factory/api/showApi.ts index d4c25b2..9a22297 100644 --- a/src/rpc/factory/api/showApi.ts +++ b/src/rpc/factory/api/showApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/showApi.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/showApi.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml * diff --git a/src/rpc/factory/api/starApi.ts b/src/rpc/factory/api/starApi.ts index 3941c5a..8592ad8 100644 --- a/src/rpc/factory/api/starApi.ts +++ b/src/rpc/factory/api/starApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/starApi.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/starApi.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml * diff --git a/src/rpc/factory/api/submitApi.ts b/src/rpc/factory/api/submitApi.ts index 21c5b64..4aed67c 100644 --- a/src/rpc/factory/api/submitApi.ts +++ b/src/rpc/factory/api/submitApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/submitApi.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/submitApi.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml * diff --git a/src/rpc/factory/api/testApi.ts b/src/rpc/factory/api/testApi.ts index e9a4fe4..0704633 100644 --- a/src/rpc/factory/api/testApi.ts +++ b/src/rpc/factory/api/testApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/testApi.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/testApi.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml * diff --git a/src/rpc/factory/api/userApi.ts b/src/rpc/factory/api/userApi.ts index f44eb05..2937ba7 100644 --- a/src/rpc/factory/api/userApi.ts +++ b/src/rpc/factory/api/userApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/userApi.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/userApi.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml * diff --git a/src/rpc/factory/apiBase.ts b/src/rpc/factory/apiBase.ts index 1cfa272..163bedc 100644 --- a/src/rpc/factory/apiBase.ts +++ b/src/rpc/factory/apiBase.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/apiBase.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/factory/apiBase.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml * diff --git a/src/rpc/utils/ReplyUtils.ts b/src/rpc/utils/ReplyUtils.ts index 1f7ed4e..a6feab7 100644 --- a/src/rpc/utils/ReplyUtils.ts +++ b/src/rpc/utils/ReplyUtils.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/Response.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/Response.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml * diff --git a/src/rpc/utils/commUtils.ts b/src/rpc/utils/commUtils.ts index 75e9653..ed9d509 100644 --- a/src/rpc/utils/commUtils.ts +++ b/src/rpc/utils/commUtils.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/rpc/commUtils.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/rpc/commUtils.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Wednesday, November 16th 2022, 4:50:55 pm * Author: ccagml * diff --git a/src/rpc/utils/configUtils.ts b/src/rpc/utils/configUtils.ts index 89e900e..7b7f124 100644 --- a/src/rpc/utils/configUtils.ts +++ b/src/rpc/utils/configUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/rpc/config.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/rpc/config.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/rpc/utils/queueUtils.ts b/src/rpc/utils/queueUtils.ts index 5ac9bc6..8d322cc 100644 --- a/src/rpc/utils/queueUtils.ts +++ b/src/rpc/utils/queueUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/rpc/queue.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/rpc/queue.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/rpc/utils/sessionUtils.ts b/src/rpc/utils/sessionUtils.ts index 04122e5..d19b345 100644 --- a/src/rpc/utils/sessionUtils.ts +++ b/src/rpc/utils/sessionUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/rpc/session.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/rpc/session.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/rpc/utils/storageUtils.ts b/src/rpc/utils/storageUtils.ts index 4e34e50..9875271 100644 --- a/src/rpc/utils/storageUtils.ts +++ b/src/rpc/utils/storageUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/rpc/storageUtils.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/rpc/storageUtils.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/service/BaseWebviewService.ts b/src/service/BaseWebviewService.ts index 500d32f..042ef6c 100644 --- a/src/service/BaseWebviewService.ts +++ b/src/service/BaseWebviewService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/webview/BaseWebViewService.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/webview/BaseWebViewService.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/service/BricksDataService.ts b/src/service/BricksDataService.ts index 2e0f423..c126421 100644 --- a/src/service/BricksDataService.ts +++ b/src/service/BricksDataService.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/service/BricksDataService.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/service/BricksDataService.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Tuesday, November 22nd 2022, 10:42:49 am * Author: ccagml * diff --git a/src/service/EventService.ts b/src/service/EventService.ts index 514b2c6..2429022 100644 --- a/src/service/EventService.ts +++ b/src/service/EventService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/service/EventService.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/service/EventService.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, November 10th 2022, 3:14:29 pm * Author: ccagml * diff --git a/src/service/ExecuteService.ts b/src/service/ExecuteService.ts index 6e821b4..3548796 100644 --- a/src/service/ExecuteService.ts +++ b/src/service/ExecuteService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/service/executeService.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/service/executeService.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Monday, October 31st 2022, 10:16:47 am * Author: ccagml * diff --git a/src/service/FileButtonService.ts b/src/service/FileButtonService.ts index 5f9cc72..fae53e9 100644 --- a/src/service/FileButtonService.ts +++ b/src/service/FileButtonService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/service/FileButtonService.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/service/FileButtonService.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/service/MarkdownService.ts b/src/service/MarkdownService.ts index c40df66..6fe20db 100644 --- a/src/service/MarkdownService.ts +++ b/src/service/MarkdownService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/service/markdownService.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/service/markdownService.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/service/PreviewService.ts b/src/service/PreviewService.ts index a32b5ca..9ac1915 100644 --- a/src/service/PreviewService.ts +++ b/src/service/PreviewService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/service/previewService.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/service/previewService.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/service/SolutionService.ts b/src/service/SolutionService.ts index 642f460..0aa2cc4 100644 --- a/src/service/SolutionService.ts +++ b/src/service/SolutionService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/service/SolutionService.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/service/SolutionService.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/service/StatusBarService.ts b/src/service/StatusBarService.ts index af92336..f266895 100644 --- a/src/service/StatusBarService.ts +++ b/src/service/StatusBarService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/service/StatusBarService.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/service/StatusBarService.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/service/StatusBarTimeService.ts b/src/service/StatusBarTimeService.ts index 3d196e3..10f03b1 100644 --- a/src/service/StatusBarTimeService.ts +++ b/src/service/StatusBarTimeService.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode_vsc/src/service/StatusBarTimeService.ts - * Path: https://github.com/ccagml/leetcode_vsc + * https://github.com/ccagml/leetcode-extension/src/service/StatusBarTimeService.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Saturday, November 26th 2022, 2:14:53 pm * Author: ccagml * diff --git a/src/service/SubmissionService.ts b/src/service/SubmissionService.ts index 8deb96b..dd487e7 100644 --- a/src/service/SubmissionService.ts +++ b/src/service/SubmissionService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/service/SubmissionService.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/service/SubmissionService.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/service/TreeDataService.ts b/src/service/TreeDataService.ts index 476eabd..e35cf06 100644 --- a/src/service/TreeDataService.ts +++ b/src/service/TreeDataService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/service/TreeDataService.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/service/TreeDataService.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/service/TreeItemDecorationService.ts b/src/service/TreeItemDecorationService.ts index 6965af5..bb7da22 100644 --- a/src/service/TreeItemDecorationService.ts +++ b/src/service/TreeItemDecorationService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/service/TreeItemDecorationService.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/service/TreeItemDecorationService.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/utils/CliUtils.ts b/src/utils/CliUtils.ts index e037f75..36b9b56 100644 --- a/src/utils/CliUtils.ts +++ b/src/utils/CliUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/utils/cliUtils.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/utils/cliUtils.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Monday, October 31st 2022, 10:16:47 am * Author: ccagml * diff --git a/src/utils/ConfigUtils.ts b/src/utils/ConfigUtils.ts index 896a136..5a07dc9 100644 --- a/src/utils/ConfigUtils.ts +++ b/src/utils/ConfigUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/utils/configUtils.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/utils/configUtils.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/utils/NlsUtils.ts b/src/utils/NlsUtils.ts index b2ec5c8..758d035 100644 --- a/src/utils/NlsUtils.ts +++ b/src/utils/NlsUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/utils/NlsUtils.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/utils/NlsUtils.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Wednesday, February 15th 2023, 10:20:55 am * Author: ccagml * diff --git a/src/utils/OutputUtils.ts b/src/utils/OutputUtils.ts index 2918947..d69157e 100644 --- a/src/utils/OutputUtils.ts +++ b/src/utils/OutputUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/utils/OutputUtils.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/utils/OutputUtils.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml * diff --git a/src/utils/SystemUtils.ts b/src/utils/SystemUtils.ts index 80e6804..c65a615 100644 --- a/src/utils/SystemUtils.ts +++ b/src/utils/SystemUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode_vsc/src/utils/SystemUtils.ts - * Path: https://github.com/ccagml/leetcode_vsc + * Filename: https://github.com/ccagml/leetcode-extension/src/utils/SystemUtils.ts + * Path: https://github.com/ccagml/leetcode-extension * Created Date: Thursday, October 27th 2022, 7:43:29 pm * Author: ccagml *