diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f25131..05b8c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## version 2.13.3 + +- 修改README.md + ## version 2.13.2 - 增加打开 app 清空题目缓存配置(默认关闭),避免题目缓存数据不同步 diff --git a/README.md b/README.md index 91329ab..e0705ac 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@

- + - +

@@ -31,8 +31,8 @@ # 关于本项目 -- [项目地址:https://github.com/ccagml/leetcode-vscode/](https://github.com/ccagml/leetcode-vscode/) -- [报告问题](https://github.com/ccagml/leetcode-vscode/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 e7d4124..ceaa212 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-leetcode-problem-rating", "displayName": "LeetCode", "description": "LeetCode 官方插件增强, 代码开源, 增加 LeetCode 题目难度分, 给个star吧, 球球了", - "version": "2.13.2", + "version": "2.13.3", "author": "ccagml", "publisher": "ccagml", "license": "MIT", @@ -12,9 +12,9 @@ }, "repository": { "type": "git", - "url": "https://github.com/ccagml/leetcode-vscode" + "url": "https://github.com/ccagml/leetcode_extension" }, - "homepage": "https://github.com/ccagml/leetcode-vscode/README.md", + "homepage": "https://github.com/ccagml/leetcode_extension/README.md", "categories": [ "Other", "Snippets", diff --git a/src/controller/BricksViewController.ts b/src/controller/BricksViewController.ts index a72c82d..75c958d 100644 --- a/src/controller/BricksViewController.ts +++ b/src/controller/BricksViewController.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/controller/BricksViewController.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 c9e7ecc..ee6c834 100644 --- a/src/controller/EventController.ts +++ b/src/controller/EventController.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/controller/EventController.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 cc705d1..b41b087 100644 --- a/src/controller/FileButtonController.ts +++ b/src/controller/FileButtonController.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/controller/FileButtonController.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 c27a001..2db8a55 100644 --- a/src/controller/LoginController.ts +++ b/src/controller/LoginController.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/controller/LoginController.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 9bc5bb8..9eca4bb 100644 --- a/src/controller/MainController.ts +++ b/src/controller/MainController.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/controller/MainController.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 eb29745..11b5de9 100644 --- a/src/controller/RemarkController.ts +++ b/src/controller/RemarkController.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/controller/RemarkController.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 b2a6f8f..676422f 100644 --- a/src/controller/TreeViewController.ts +++ b/src/controller/TreeViewController.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/controller/TreeViewController.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 24c57a9..433f1b4 100644 --- a/src/dao/bricksDao.ts +++ b/src/dao/bricksDao.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/dao/bricksDao.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 27c738e..b3444f5 100644 --- a/src/dao/choiceDao.ts +++ b/src/dao/choiceDao.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/dao/choiceDao.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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/groupDao.ts b/src/dao/groupDao.ts index 6010e2a..3cc6413 100644 --- a/src/dao/groupDao.ts +++ b/src/dao/groupDao.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/dao/groupDao.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 582bc17..ec1092a 100644 --- a/src/dao/scoreDao.ts +++ b/src/dao/scoreDao.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/dao/scoreDao.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 378f1cd..717761f 100644 --- a/src/dao/tagsDao.ts +++ b/src/dao/tagsDao.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/dao/tagsDao.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 e968a37..4ab9dd7 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/extension.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 2cc37f8..ec2c35b 100644 --- a/src/model/Model.ts +++ b/src/model/Model.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/model/Model.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 0958a35..af65088 100644 --- a/src/model/NodeModel.ts +++ b/src/model/NodeModel.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/model/NodeMOdel.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 bd854bd..15b2b7b 100644 --- a/src/rpc/actionChain/chainManager.ts +++ b/src/rpc/actionChain/chainManager.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/chainMgr.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 4a1210a..8cb2e53 100644 --- a/src/rpc/actionChain/chainNode/cache.ts +++ b/src/rpc/actionChain/chainNode/cache.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/cache.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 703a41d..f493759 100644 --- a/src/rpc/actionChain/chainNode/core.ts +++ b/src/rpc/actionChain/chainNode/core.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/core.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 88a562f..9a15b66 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-vscode/src/rpc/actionChain/leetcode.cn.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 d409e5e..c83158f 100644 --- a/src/rpc/actionChain/chainNode/leetcode.ts +++ b/src/rpc/actionChain/chainNode/leetcode.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/leetcode.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 8e8f9d3..946bfce 100644 --- a/src/rpc/actionChain/chainNode/retry.ts +++ b/src/rpc/actionChain/chainNode/retry.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/retry.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 874d50f..c1ed3d3 100644 --- a/src/rpc/childMain.ts +++ b/src/rpc/childMain.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/cli.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 cf9b45e..1d2a723 100644 --- a/src/rpc/factory/api/cacheApi.ts +++ b/src/rpc/factory/api/cacheApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/cacheApi.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 3601646..c03c1c5 100644 --- a/src/rpc/factory/api/pluginApi.ts +++ b/src/rpc/factory/api/pluginApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/pluginApi.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 1da4461..57611a4 100644 --- a/src/rpc/factory/api/queryApi.ts +++ b/src/rpc/factory/api/queryApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/queryApi.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 4176dbc..525a1f1 100644 --- a/src/rpc/factory/api/showApi.ts +++ b/src/rpc/factory/api/showApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/showApi.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 d217428..fb0782a 100644 --- a/src/rpc/factory/api/starApi.ts +++ b/src/rpc/factory/api/starApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/starApi.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 93919ce..2b16b74 100644 --- a/src/rpc/factory/api/submitApi.ts +++ b/src/rpc/factory/api/submitApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/submitApi.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 648f508..28b44ba 100644 --- a/src/rpc/factory/api/testApi.ts +++ b/src/rpc/factory/api/testApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/testApi.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 00d3ba7..99d38fa 100644 --- a/src/rpc/factory/api/userApi.ts +++ b/src/rpc/factory/api/userApi.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/userApi.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 9741ffd..e88b51e 100644 --- a/src/rpc/factory/apiBase.ts +++ b/src/rpc/factory/apiBase.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/apiBase.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 f155176..046e31b 100644 --- a/src/rpc/utils/ReplyUtils.ts +++ b/src/rpc/utils/ReplyUtils.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/Response.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 74a572a..ef13f48 100644 --- a/src/rpc/utils/commUtils.ts +++ b/src/rpc/utils/commUtils.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/rpc/commUtils.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 38cc9c4..5c143fa 100644 --- a/src/rpc/utils/configUtils.ts +++ b/src/rpc/utils/configUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/config.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 2b533e5..47aeb8d 100644 --- a/src/rpc/utils/queueUtils.ts +++ b/src/rpc/utils/queueUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/queue.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 5b80b8a..8e9912e 100644 --- a/src/rpc/utils/sessionUtils.ts +++ b/src/rpc/utils/sessionUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/session.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 3bef620..afd5284 100644 --- a/src/rpc/utils/storageUtils.ts +++ b/src/rpc/utils/storageUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/storageUtils.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 770c523..66d89e0 100644 --- a/src/service/BaseWebviewService.ts +++ b/src/service/BaseWebviewService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/webview/BaseWebViewService.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 4c6b9c7..c943b26 100644 --- a/src/service/BricksDataService.ts +++ b/src/service/BricksDataService.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/service/BricksDataService.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 edc33ee..d1ffe97 100644 --- a/src/service/EventService.ts +++ b/src/service/EventService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/service/EventService.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 8b53351..557e569 100644 --- a/src/service/ExecuteService.ts +++ b/src/service/ExecuteService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/service/executeService.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 9c88ee0..57a3c9e 100644 --- a/src/service/FileButtonService.ts +++ b/src/service/FileButtonService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/service/FileButtonService.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 26a0ea0..25574ed 100644 --- a/src/service/MarkdownService.ts +++ b/src/service/MarkdownService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/service/markdownService.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 4787e0d..c826c2a 100644 --- a/src/service/PreviewService.ts +++ b/src/service/PreviewService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/service/previewService.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 cbf3085..3af5c9d 100644 --- a/src/service/SolutionService.ts +++ b/src/service/SolutionService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/service/SolutionService.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 fc0496d..7d25750 100644 --- a/src/service/StatusBarService.ts +++ b/src/service/StatusBarService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/service/StatusBarService.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 0af55d7..8548b55 100644 --- a/src/service/StatusBarTimeService.ts +++ b/src/service/StatusBarTimeService.ts @@ -1,6 +1,6 @@ /* - * https://github.com/ccagml/leetcode-vscode/src/service/StatusBarTimeService.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 11a65be..d255ab2 100644 --- a/src/service/SubmissionService.ts +++ b/src/service/SubmissionService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/service/SubmissionService.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 718c6b7..248df59 100644 --- a/src/service/TreeDataService.ts +++ b/src/service/TreeDataService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/service/TreeDataService.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 b1a3329..dbe54a9 100644 --- a/src/service/TreeItemDecorationService.ts +++ b/src/service/TreeItemDecorationService.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/service/TreeItemDecorationService.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 d8bfd55..fac2ecc 100644 --- a/src/utils/CliUtils.ts +++ b/src/utils/CliUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/utils/cliUtils.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 f6ca700..f89e565 100644 --- a/src/utils/ConfigUtils.ts +++ b/src/utils/ConfigUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/utils/configUtils.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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/OutputUtils.ts b/src/utils/OutputUtils.ts index b32c2dc..fd70796 100644 --- a/src/utils/OutputUtils.ts +++ b/src/utils/OutputUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/utils/OutputUtils.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 dedc758..2d03718 100644 --- a/src/utils/SystemUtils.ts +++ b/src/utils/SystemUtils.ts @@ -1,6 +1,6 @@ /* - * Filename: https://github.com/ccagml/leetcode-vscode/src/utils/SystemUtils.ts - * Path: https://github.com/ccagml/leetcode-vscode + * 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 *