diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25c6f07..87f22c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## version 2.11.13
+
+- 缩短项目名
+
## version 2.11.12
- 提交通过结果显示耗时
diff --git a/README.md b/README.md
index dc3e54f..9b9cbb8 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-
+
-
+
@@ -31,8 +31,8 @@
# 关于本项目
-- [项目地址:https://github.com/ccagml/vscode-leetcode-problem-rating/](https://github.com/ccagml/vscode-leetcode-problem-rating/)
-- [报告问题](https://github.com/ccagml/vscode-leetcode-problem-rating/issues)
+- [项目地址:https://github.com/ccagml/leetcode-vscode/](https://github.com/ccagml/leetcode-vscode/)
+- [报告问题](https://github.com/ccagml/leetcode-vscode/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 就能成为项目元老了
@@ -176,7 +176,7 @@
## 更新日志
-请参考[更新日志](https://github.com/ccagml/vscode-leetcode-problem-rating/CHANGELOG.md)
+请参考[更新日志](https://github.com/ccagml/leetcode-vscode/CHANGELOG.md)
## 鸣谢
diff --git a/package.json b/package.json
index d178dfd..789d2db 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "vscode-leetcode-problem-rating",
"displayName": "LeetCode",
"description": "LeetCode 官方插件增强, 代码开源, 增加 LeetCode 题目难度分, 给个star吧, 球球了",
- "version": "2.11.12",
+ "version": "2.11.13",
"author": "ccagml",
"publisher": "ccagml",
"license": "MIT",
@@ -12,9 +12,9 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/ccagml/vscode-leetcode-problem-rating"
+ "url": "https://github.com/ccagml/leetcode-vscode"
},
- "homepage": "https://github.com/ccagml/vscode-leetcode-problem-rating/README.md",
+ "homepage": "https://github.com/ccagml/leetcode-vscode/README.md",
"categories": [
"Other",
"Snippets",
diff --git a/src/controller/BricksViewController.ts b/src/controller/BricksViewController.ts
index 0d836b9..a72c82d 100644
--- a/src/controller/BricksViewController.ts
+++ b/src/controller/BricksViewController.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/BricksViewController.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/controller/BricksViewController.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 1089baa..c9e7ecc 100644
--- a/src/controller/EventController.ts
+++ b/src/controller/EventController.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/EventController.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/controller/EventController.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 c5bf44d..cc705d1 100644
--- a/src/controller/FileButtonController.ts
+++ b/src/controller/FileButtonController.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/FileButtonController.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/controller/FileButtonController.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 c763fe1..c27a001 100644
--- a/src/controller/LoginController.ts
+++ b/src/controller/LoginController.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/LoginController.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/controller/LoginController.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 0b945bb..c61b8a1 100644
--- a/src/controller/MainController.ts
+++ b/src/controller/MainController.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/MainController.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/controller/MainController.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* Created Date: Thursday, November 10th 2022, 2:18:21 pm
* Author: ccagml
*
@@ -59,9 +59,9 @@ class MainContorller {
}
// 删除缓存
-/**
- * It deletes the cache.
- */
+ /**
+ * It deletes the cache.
+ */
public async deleteCache() {
await executeService.deleteCache();
}
diff --git a/src/controller/RemarkController.ts b/src/controller/RemarkController.ts
index 77f3f29..eb29745 100644
--- a/src/controller/RemarkController.ts
+++ b/src/controller/RemarkController.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/RemarkController.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/controller/RemarkController.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 e40dea2..e322895 100644
--- a/src/controller/TreeViewController.ts
+++ b/src/controller/TreeViewController.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/TreeViewController.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/controller/TreeViewController.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 53a596f..24c57a9 100644
--- a/src/dao/bricksDao.ts
+++ b/src/dao/bricksDao.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/dao/bricksDao.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/dao/bricksDao.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 178f2ad..27c738e 100644
--- a/src/dao/choiceDao.ts
+++ b/src/dao/choiceDao.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/dao/choiceDao.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/dao/choiceDao.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 f186cc4..6010e2a 100644
--- a/src/dao/groupDao.ts
+++ b/src/dao/groupDao.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/dao/groupDao.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/dao/groupDao.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 e737d86..582bc17 100644
--- a/src/dao/scoreDao.ts
+++ b/src/dao/scoreDao.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/dao/scoreDao.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/dao/scoreDao.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 eeca573..a6e18d4 100644
--- a/src/dao/tagsDao.ts
+++ b/src/dao/tagsDao.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/dao/tagsDao.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/dao/tagsDao.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* Created Date: Thursday, November 10th 2022, 11:38:10 pm
* Author: ccagml
*
diff --git a/src/extension.ts b/src/extension.ts
index e14ae03..1da6a9c 100644
--- a/src/extension.ts
+++ b/src/extension.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/extension.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/extension.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 32196b0..2cc37f8 100644
--- a/src/model/Model.ts
+++ b/src/model/Model.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/model/Model.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/model/Model.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 d4e5f2d..0958a35 100644
--- a/src/model/NodeModel.ts
+++ b/src/model/NodeModel.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/model/NodeMOdel.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/model/NodeMOdel.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 3c38671..bd854bd 100644
--- a/src/rpc/actionChain/chainManager.ts
+++ b/src/rpc/actionChain/chainManager.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/chainMgr.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/chainMgr.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 92779e2..4a1210a 100644
--- a/src/rpc/actionChain/chainNode/cache.ts
+++ b/src/rpc/actionChain/chainNode/cache.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/cache.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/cache.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 bf8c6cd..703a41d 100644
--- a/src/rpc/actionChain/chainNode/core.ts
+++ b/src/rpc/actionChain/chainNode/core.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/core.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/core.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 bf7c309..88a562f 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/vscode-leetcode-problem-rating/src/rpc/actionChain/leetcode.cn.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/leetcode.cn.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 acda0f7..d409e5e 100644
--- a/src/rpc/actionChain/chainNode/leetcode.ts
+++ b/src/rpc/actionChain/chainNode/leetcode.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/leetcode.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/leetcode.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 c743130..8e8f9d3 100644
--- a/src/rpc/actionChain/chainNode/retry.ts
+++ b/src/rpc/actionChain/chainNode/retry.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/retry.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/retry.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 f7e2fb9..874d50f 100644
--- a/src/rpc/childMain.ts
+++ b/src/rpc/childMain.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/cli.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/cli.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 d87aaf9..841e3fc 100644
--- a/src/rpc/factory/api/cacheApi.ts
+++ b/src/rpc/factory/api/cacheApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/cacheApi.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/cacheApi.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 4d538c1..3601646 100644
--- a/src/rpc/factory/api/pluginApi.ts
+++ b/src/rpc/factory/api/pluginApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/pluginApi.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/pluginApi.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 623044d..1da4461 100644
--- a/src/rpc/factory/api/queryApi.ts
+++ b/src/rpc/factory/api/queryApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/queryApi.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/queryApi.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 fb31502..4176dbc 100644
--- a/src/rpc/factory/api/showApi.ts
+++ b/src/rpc/factory/api/showApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/showApi.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/showApi.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 0313d81..d217428 100644
--- a/src/rpc/factory/api/starApi.ts
+++ b/src/rpc/factory/api/starApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/starApi.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/starApi.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 b941d3f..93919ce 100644
--- a/src/rpc/factory/api/submitApi.ts
+++ b/src/rpc/factory/api/submitApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/submitApi.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/submitApi.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 efea618..648f508 100644
--- a/src/rpc/factory/api/testApi.ts
+++ b/src/rpc/factory/api/testApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/testApi.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/testApi.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 524aca0..00d3ba7 100644
--- a/src/rpc/factory/api/userApi.ts
+++ b/src/rpc/factory/api/userApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/userApi.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/userApi.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 6a48093..9741ffd 100644
--- a/src/rpc/factory/apiBase.ts
+++ b/src/rpc/factory/apiBase.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/apiBase.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/factory/apiBase.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 ce642bb..f155176 100644
--- a/src/rpc/utils/ReplyUtils.ts
+++ b/src/rpc/utils/ReplyUtils.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/Response.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/Response.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 19329e9..74a572a 100644
--- a/src/rpc/utils/commUtils.ts
+++ b/src/rpc/utils/commUtils.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/commUtils.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/rpc/commUtils.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 6c829a9..38cc9c4 100644
--- a/src/rpc/utils/configUtils.ts
+++ b/src/rpc/utils/configUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/config.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/config.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 3ff2496..2b533e5 100644
--- a/src/rpc/utils/queueUtils.ts
+++ b/src/rpc/utils/queueUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/queue.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/queue.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 bd30d67..5b80b8a 100644
--- a/src/rpc/utils/sessionUtils.ts
+++ b/src/rpc/utils/sessionUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/session.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/session.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 19ac433..5a92213 100644
--- a/src/rpc/utils/storageUtils.ts
+++ b/src/rpc/utils/storageUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/storageUtils.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/storageUtils.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 7345d28..770c523 100644
--- a/src/service/BaseWebviewService.ts
+++ b/src/service/BaseWebviewService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/webview/BaseWebViewService.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/webview/BaseWebViewService.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 e78d11e..4c6b9c7 100644
--- a/src/service/BricksDataService.ts
+++ b/src/service/BricksDataService.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/BricksDataService.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/service/BricksDataService.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 e1975f0..edc33ee 100644
--- a/src/service/EventService.ts
+++ b/src/service/EventService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/EventService.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/service/EventService.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 f8aac66..1269e27 100644
--- a/src/service/ExecuteService.ts
+++ b/src/service/ExecuteService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/executeService.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/service/executeService.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 775d09e..53fb3ce 100644
--- a/src/service/FileButtonService.ts
+++ b/src/service/FileButtonService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/FileButtonService.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/service/FileButtonService.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 13c75df..29c6280 100644
--- a/src/service/MarkdownService.ts
+++ b/src/service/MarkdownService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/markdownService.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/service/markdownService.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 434ab69..4787e0d 100644
--- a/src/service/PreviewService.ts
+++ b/src/service/PreviewService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/previewService.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/service/previewService.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 7992dde..73af3e8 100644
--- a/src/service/SolutionService.ts
+++ b/src/service/SolutionService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/SolutionService.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/service/SolutionService.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 1d95a0e..fc0496d 100644
--- a/src/service/StatusBarService.ts
+++ b/src/service/StatusBarService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/StatusBarService.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/service/StatusBarService.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 30506f8..38577c4 100644
--- a/src/service/StatusBarTimeService.ts
+++ b/src/service/StatusBarTimeService.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/StatusBarTimeService.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * https://github.com/ccagml/leetcode-vscode/src/service/StatusBarTimeService.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 cd0bf55..51d4826 100644
--- a/src/service/SubmissionService.ts
+++ b/src/service/SubmissionService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/SubmissionService.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/service/SubmissionService.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 a8f0654..c357509 100644
--- a/src/service/TreeDataService.ts
+++ b/src/service/TreeDataService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/TreeDataService.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/service/TreeDataService.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 cc87975..b1a3329 100644
--- a/src/service/TreeItemDecorationService.ts
+++ b/src/service/TreeItemDecorationService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/TreeItemDecorationService.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/service/TreeItemDecorationService.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 ffce86d..d8bfd55 100644
--- a/src/utils/CliUtils.ts
+++ b/src/utils/CliUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/utils/cliUtils.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/utils/cliUtils.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 69ba26b..38251ac 100644
--- a/src/utils/ConfigUtils.ts
+++ b/src/utils/ConfigUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/utils/configUtils.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/utils/configUtils.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 7009b73..b32c2dc 100644
--- a/src/utils/OutputUtils.ts
+++ b/src/utils/OutputUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/utils/OutputUtils.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/utils/OutputUtils.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* 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 0fe1886..5814e63 100644
--- a/src/utils/SystemUtils.ts
+++ b/src/utils/SystemUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/utils/SystemUtils.ts
- * Path: https://github.com/ccagml/vscode-leetcode-problem-rating
+ * Filename: https://github.com/ccagml/leetcode-vscode/src/utils/SystemUtils.ts
+ * Path: https://github.com/ccagml/leetcode-vscode
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
* Author: ccagml
*