diff --git a/CHANGELOG.md b/CHANGELOG.md
index e912f76..8a0fa64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## version 2.15.5
+
+- 更改错误答案上色默认选项
+
## version 2.15.4
- 模板错了
diff --git a/README.md b/README.md
index f76d073..c9bae14 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-
+
-
+
@@ -33,8 +33,8 @@
# 关于本项目
-- [项目地址:https://github.com/ccagml/leetcode_ext/](https://github.com/ccagml/leetcode_ext/)
-- [报告问题](https://github.com/ccagml/leetcode_ext/issues)
+- [项目地址:https://github.com/ccagml/leetcode_vsc/](https://github.com/ccagml/leetcode_vsc/)
+- [报告问题](https://github.com/ccagml/leetcode_vsc/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 3019433..ecf6282 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "vscode-leetcode-problem-rating",
"displayName": "LeetCode",
"description": "%main.description%",
- "version": "2.15.4",
+ "version": "2.15.5",
"author": "ccagml",
"publisher": "ccagml",
"license": "MIT",
@@ -12,9 +12,9 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/ccagml/leetcode_ext"
+ "url": "https://github.com/ccagml/leetcode_vsc"
},
- "homepage": "https://github.com/ccagml/leetcode_ext/README.md",
+ "homepage": "https://github.com/ccagml/leetcode_vsc/README.md",
"categories": [
"Other",
"Snippets",
@@ -755,7 +755,7 @@
},
"leetcode-problem-rating.answerDiffColor": {
"type": "boolean",
- "default": false,
+ "default": true,
"scope": "application",
"description": "答案不同地方上色"
},
diff --git a/src/controller/BricksViewController.ts b/src/controller/BricksViewController.ts
index 71223f1..f0cdf88 100644
--- a/src/controller/BricksViewController.ts
+++ b/src/controller/BricksViewController.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/controller/BricksViewController.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/controller/BricksViewController.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 6a5ec5e..e072246 100644
--- a/src/controller/EventController.ts
+++ b/src/controller/EventController.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/controller/EventController.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/controller/EventController.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 e00d757..9ab4177 100644
--- a/src/controller/FileButtonController.ts
+++ b/src/controller/FileButtonController.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/controller/FileButtonController.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/controller/FileButtonController.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 dfee0ac..e9f19a4 100644
--- a/src/controller/LoginController.ts
+++ b/src/controller/LoginController.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/controller/LoginController.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/controller/LoginController.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 74f333a..b01f464 100644
--- a/src/controller/MainController.ts
+++ b/src/controller/MainController.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/controller/MainController.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/controller/MainController.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 36392f5..6d90ccd 100644
--- a/src/controller/RemarkController.ts
+++ b/src/controller/RemarkController.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/controller/RemarkController.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/controller/RemarkController.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 c9afc63..5b46c3a 100644
--- a/src/controller/TreeViewController.ts
+++ b/src/controller/TreeViewController.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/controller/TreeViewController.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/controller/TreeViewController.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 686cb5f..0d9b036 100644
--- a/src/dao/bricksDao.ts
+++ b/src/dao/bricksDao.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/dao/bricksDao.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/dao/bricksDao.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 40e0a70..780cd32 100644
--- a/src/dao/choiceDao.ts
+++ b/src/dao/choiceDao.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/dao/choiceDao.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/dao/choiceDao.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 9b410dc..1ebd867 100644
--- a/src/dao/debugArgDao.ts
+++ b/src/dao/debugArgDao.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/dao/debugArgDao.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/dao/debugArgDao.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 c7574e7..d0fe202 100644
--- a/src/dao/groupDao.ts
+++ b/src/dao/groupDao.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/dao/groupDao.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/dao/groupDao.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 70859eb..82258f0 100644
--- a/src/dao/scoreDao.ts
+++ b/src/dao/scoreDao.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/dao/scoreDao.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/dao/scoreDao.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 43c02cb..db7fd0a 100644
--- a/src/dao/tagsDao.ts
+++ b/src/dao/tagsDao.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/dao/tagsDao.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/dao/tagsDao.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* Created Date: Thursday, November 10th 2022, 11:38:10 pm
* Author: ccagml
*
diff --git a/src/extension.ts b/src/extension.ts
index 0ddc333..1a88131 100644
--- a/src/extension.ts
+++ b/src/extension.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/extension.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/extension.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 a9c003a..ce65aa6 100644
--- a/src/model/Model.ts
+++ b/src/model/Model.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/model/Model.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/model/Model.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 9ec0e91..a6b2205 100644
--- a/src/model/NodeModel.ts
+++ b/src/model/NodeModel.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/model/NodeMOdel.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/model/NodeMOdel.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 9302591..ff51816 100644
--- a/src/rpc/actionChain/chainManager.ts
+++ b/src/rpc/actionChain/chainManager.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/actionChain/chainMgr.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/actionChain/chainMgr.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 8d684a6..f8e8205 100644
--- a/src/rpc/actionChain/chainNode/cache.ts
+++ b/src/rpc/actionChain/chainNode/cache.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/actionChain/cache.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/actionChain/cache.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 e7475bf..87c9e81 100644
--- a/src/rpc/actionChain/chainNode/core.ts
+++ b/src/rpc/actionChain/chainNode/core.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/actionChain/core.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/actionChain/core.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 389bd0e..4e9d9c5 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_ext/src/rpc/actionChain/leetcode.cn.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/actionChain/leetcode.cn.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 156a7ed..40c83a5 100644
--- a/src/rpc/actionChain/chainNode/leetcode.ts
+++ b/src/rpc/actionChain/chainNode/leetcode.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/actionChain/leetcode.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/actionChain/leetcode.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 dc35588..a451dbe 100644
--- a/src/rpc/actionChain/chainNode/retry.ts
+++ b/src/rpc/actionChain/chainNode/retry.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/actionChain/retry.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/actionChain/retry.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 de7df72..f66faa0 100644
--- a/src/rpc/childMain.ts
+++ b/src/rpc/childMain.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/rpc/cli.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/rpc/cli.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 0db4307..3ab9cbe 100644
--- a/src/rpc/factory/api/cacheApi.ts
+++ b/src/rpc/factory/api/cacheApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/factory/api/cacheApi.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/cacheApi.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 3538328..d45b777 100644
--- a/src/rpc/factory/api/pluginApi.ts
+++ b/src/rpc/factory/api/pluginApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/factory/api/pluginApi.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/pluginApi.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 58a2777..14874c0 100644
--- a/src/rpc/factory/api/queryApi.ts
+++ b/src/rpc/factory/api/queryApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/factory/api/queryApi.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/queryApi.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 f3d11a2..d4c25b2 100644
--- a/src/rpc/factory/api/showApi.ts
+++ b/src/rpc/factory/api/showApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/factory/api/showApi.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/showApi.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 6eb181c..3941c5a 100644
--- a/src/rpc/factory/api/starApi.ts
+++ b/src/rpc/factory/api/starApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/factory/api/starApi.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/starApi.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 5a2cf9f..21c5b64 100644
--- a/src/rpc/factory/api/submitApi.ts
+++ b/src/rpc/factory/api/submitApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/factory/api/submitApi.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/submitApi.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 32e9694..e9a4fe4 100644
--- a/src/rpc/factory/api/testApi.ts
+++ b/src/rpc/factory/api/testApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/factory/api/testApi.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/testApi.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 a308693..f44eb05 100644
--- a/src/rpc/factory/api/userApi.ts
+++ b/src/rpc/factory/api/userApi.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/factory/api/userApi.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/api/userApi.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 396091e..1cfa272 100644
--- a/src/rpc/factory/apiBase.ts
+++ b/src/rpc/factory/apiBase.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/factory/apiBase.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/factory/apiBase.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 7182887..1f7ed4e 100644
--- a/src/rpc/utils/ReplyUtils.ts
+++ b/src/rpc/utils/ReplyUtils.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/Response.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/Response.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 9f8de88..75e9653 100644
--- a/src/rpc/utils/commUtils.ts
+++ b/src/rpc/utils/commUtils.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/rpc/commUtils.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/rpc/commUtils.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 2e13110..89e900e 100644
--- a/src/rpc/utils/configUtils.ts
+++ b/src/rpc/utils/configUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/rpc/config.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/rpc/config.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 b98791c..5ac9bc6 100644
--- a/src/rpc/utils/queueUtils.ts
+++ b/src/rpc/utils/queueUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/rpc/queue.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/rpc/queue.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 fb0f0c9..04122e5 100644
--- a/src/rpc/utils/sessionUtils.ts
+++ b/src/rpc/utils/sessionUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/rpc/session.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/rpc/session.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 4ed3115..4e34e50 100644
--- a/src/rpc/utils/storageUtils.ts
+++ b/src/rpc/utils/storageUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/rpc/storageUtils.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/rpc/storageUtils.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 0bcaa69..500d32f 100644
--- a/src/service/BaseWebviewService.ts
+++ b/src/service/BaseWebviewService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/webview/BaseWebViewService.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/webview/BaseWebViewService.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 6d8fda6..2e0f423 100644
--- a/src/service/BricksDataService.ts
+++ b/src/service/BricksDataService.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/service/BricksDataService.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/service/BricksDataService.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 916d88f..514b2c6 100644
--- a/src/service/EventService.ts
+++ b/src/service/EventService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/service/EventService.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/service/EventService.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 25e4109..6e821b4 100644
--- a/src/service/ExecuteService.ts
+++ b/src/service/ExecuteService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/service/executeService.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/service/executeService.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 1513859..cee4d1f 100644
--- a/src/service/FileButtonService.ts
+++ b/src/service/FileButtonService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/service/FileButtonService.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/service/FileButtonService.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 9216ae5..c40df66 100644
--- a/src/service/MarkdownService.ts
+++ b/src/service/MarkdownService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/service/markdownService.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/service/markdownService.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 d566171..a32b5ca 100644
--- a/src/service/PreviewService.ts
+++ b/src/service/PreviewService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/service/previewService.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/service/previewService.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 10d2a54..642f460 100644
--- a/src/service/SolutionService.ts
+++ b/src/service/SolutionService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/service/SolutionService.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/service/SolutionService.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 12afb35..af92336 100644
--- a/src/service/StatusBarService.ts
+++ b/src/service/StatusBarService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/service/StatusBarService.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/service/StatusBarService.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 5fdc056..3d196e3 100644
--- a/src/service/StatusBarTimeService.ts
+++ b/src/service/StatusBarTimeService.ts
@@ -1,6 +1,6 @@
/*
- * https://github.com/ccagml/leetcode_ext/src/service/StatusBarTimeService.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * https://github.com/ccagml/leetcode_vsc/src/service/StatusBarTimeService.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 9d3cec1..8deb96b 100644
--- a/src/service/SubmissionService.ts
+++ b/src/service/SubmissionService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/service/SubmissionService.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/service/SubmissionService.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 4bff2fe..476eabd 100644
--- a/src/service/TreeDataService.ts
+++ b/src/service/TreeDataService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/service/TreeDataService.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/service/TreeDataService.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 57be577..6965af5 100644
--- a/src/service/TreeItemDecorationService.ts
+++ b/src/service/TreeItemDecorationService.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/service/TreeItemDecorationService.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/service/TreeItemDecorationService.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 df55dd9..e037f75 100644
--- a/src/utils/CliUtils.ts
+++ b/src/utils/CliUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/utils/cliUtils.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/utils/cliUtils.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 33b2656..896a136 100644
--- a/src/utils/ConfigUtils.ts
+++ b/src/utils/ConfigUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/utils/configUtils.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/utils/configUtils.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 f4cf90c..2918947 100644
--- a/src/utils/OutputUtils.ts
+++ b/src/utils/OutputUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/utils/OutputUtils.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/utils/OutputUtils.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* 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 fe64525..80e6804 100644
--- a/src/utils/SystemUtils.ts
+++ b/src/utils/SystemUtils.ts
@@ -1,6 +1,6 @@
/*
- * Filename: https://github.com/ccagml/leetcode_ext/src/utils/SystemUtils.ts
- * Path: https://github.com/ccagml/leetcode_ext
+ * Filename: https://github.com/ccagml/leetcode_vsc/src/utils/SystemUtils.ts
+ * Path: https://github.com/ccagml/leetcode_vsc
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
* Author: ccagml
*