Skip to content

Commit 357a9bd

Browse files
authored
Merge pull request #147 from ccagml/main
缩短项目名
2 parents 2083f10 + fa2d77d commit 357a9bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+123
-119
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## version 2.11.13
2+
3+
- 缩短项目名
4+
15
## version 2.11.12
26

37
- 提交通过结果显示耗时

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
2-
<a href="https://github.com/ccagml/vscode-leetcode-problem-rating/actions/workflows/release.yml">
2+
<a href="https://github.com/ccagml/leetcode-vscode/actions/workflows/release.yml">
33
<img src="https://img.shields.io/github/actions/workflow/status/ccagml/vscode-leetcode-problem-rating/release.yml?branch=release" alt="">
44
</a>
55
<a href="https://marketplace.visualstudio.com/items?itemName=ccagml.vscode-leetcode-problem-rating">
66
<img src="https://img.shields.io/visual-studio-marketplace/d/ccagml.vscode-leetcode-problem-rating.svg?style=flat-square" alt="">
77
</a>
8-
<a href="https://github.com/ccagml/vscode-leetcode-problem-rating/blob/main/LICENSE">
8+
<a href="https://github.com/ccagml/leetcode-vscode/blob/main/LICENSE">
99
<img src="https://img.shields.io/github/license/ccagml/vscode-leetcode-problem-rating" alt="">
1010
</a>
1111
</p>
@@ -31,8 +31,8 @@
3131

3232
# 关于本项目
3333

34-
- [项目地址:https://github.com/ccagml/vscode-leetcode-problem-rating/](https://github.com/ccagml/vscode-leetcode-problem-rating/)
35-
- [报告问题](https://github.com/ccagml/vscode-leetcode-problem-rating/issues)
34+
- [项目地址:https://github.com/ccagml/leetcode-vscode/](https://github.com/ccagml/leetcode-vscode/)
35+
- [报告问题](https://github.com/ccagml/leetcode-vscode/issues)
3636
- [疑难解答](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94)
3737
- [常见问题](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)
3838
- 趁着现在只有<img src="https://img.shields.io/github/stars/ccagml/vscode-leetcode-problem-rating" alt="">提交一个 PR 就能成为项目元老了
@@ -176,7 +176,7 @@
176176

177177
## 更新日志
178178

179-
请参考[更新日志](https://github.com/ccagml/vscode-leetcode-problem-rating/CHANGELOG.md)
179+
请参考[更新日志](https://github.com/ccagml/leetcode-vscode/CHANGELOG.md)
180180

181181
## 鸣谢
182182

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-leetcode-problem-rating",
33
"displayName": "LeetCode",
44
"description": "LeetCode 官方插件增强, 代码开源, 增加 LeetCode 题目难度分, 给个star吧, 球球了",
5-
"version": "2.11.12",
5+
"version": "2.11.13",
66
"author": "ccagml",
77
"publisher": "ccagml",
88
"license": "MIT",
@@ -12,9 +12,9 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/ccagml/vscode-leetcode-problem-rating"
15+
"url": "https://github.com/ccagml/leetcode-vscode"
1616
},
17-
"homepage": "https://github.com/ccagml/vscode-leetcode-problem-rating/README.md",
17+
"homepage": "https://github.com/ccagml/leetcode-vscode/README.md",
1818
"categories": [
1919
"Other",
2020
"Snippets",

src/controller/BricksViewController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/BricksViewController.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/controller/BricksViewController.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Tuesday, November 22nd 2022, 11:04:59 am
55
* Author: ccagml
66
*

src/controller/EventController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/EventController.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* Filename: https://github.com/ccagml/leetcode-vscode/src/controller/EventController.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Monday, October 31st 2022, 10:16:47 am
55
* Author: ccagml
66
*

src/controller/FileButtonController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/FileButtonController.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* Filename: https://github.com/ccagml/leetcode-vscode/src/controller/FileButtonController.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/controller/LoginController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/LoginController.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* Filename: https://github.com/ccagml/leetcode-vscode/src/controller/LoginController.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, November 10th 2022, 3:06:12 pm
55
* Author: ccagml
66
*

src/controller/MainController.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/MainController.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* Filename: https://github.com/ccagml/leetcode-vscode/src/controller/MainController.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, November 10th 2022, 2:18:21 pm
55
* Author: ccagml
66
*
@@ -59,9 +59,9 @@ class MainContorller {
5959
}
6060

6161
// 删除缓存
62-
/**
63-
* It deletes the cache.
64-
*/
62+
/**
63+
* It deletes the cache.
64+
*/
6565
public async deleteCache() {
6666
await executeService.deleteCache();
6767
}

src/controller/RemarkController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/RemarkController.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/controller/RemarkController.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Monday, November 28th 2022, 3:29:37 pm
55
* Author: ccagml
66
*

src/controller/TreeViewController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/TreeViewController.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* Filename: https://github.com/ccagml/leetcode-vscode/src/controller/TreeViewController.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/dao/bricksDao.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/dao/bricksDao.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/dao/bricksDao.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Wednesday, November 23rd 2022, 4:36:38 pm
55
* Author: ccagml
66
*

src/dao/choiceDao.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/dao/choiceDao.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* Filename: https://github.com/ccagml/leetcode-vscode/src/dao/choiceDao.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, November 10th 2022, 11:34:10 pm
55
* Author: ccagml
66
*

src/dao/groupDao.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/dao/groupDao.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/dao/groupDao.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Wednesday, November 30th 2022, 9:47:36 am
55
* Author: ccagml
66
*

src/dao/scoreDao.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/dao/scoreDao.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* Filename: https://github.com/ccagml/leetcode-vscode/src/dao/scoreDao.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, November 10th 2022, 11:40:22 pm
55
* Author: ccagml
66
*

src/dao/tagsDao.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/dao/tagsDao.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* Filename: https://github.com/ccagml/leetcode-vscode/src/dao/tagsDao.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, November 10th 2022, 11:38:10 pm
55
* Author: ccagml
66
*

src/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/extension.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* Filename: https://github.com/ccagml/leetcode-vscode/src/extension.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Monday, October 31st 2022, 10:16:47 am
55
* Author: ccagml
66
*

src/model/Model.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/model/Model.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* Filename: https://github.com/ccagml/leetcode-vscode/src/model/Model.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/model/NodeModel.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/model/NodeMOdel.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* Filename: https://github.com/ccagml/leetcode-vscode/src/model/NodeMOdel.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/rpc/actionChain/chainManager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/chainMgr.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/chainMgr.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*

src/rpc/actionChain/chainNode/cache.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/cache.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/cache.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*

src/rpc/actionChain/chainNode/core.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/core.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/core.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*

src/rpc/actionChain/chainNode/leetcode.cn.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/leetcode.cn.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/leetcode.cn.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*

src/rpc/actionChain/chainNode/leetcode.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/leetcode.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/leetcode.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*

src/rpc/actionChain/chainNode/retry.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/retry.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/retry.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*

src/rpc/childMain.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/cli.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/cli.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/rpc/factory/api/cacheApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/cacheApi.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/cacheApi.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/api/pluginApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/pluginApi.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/pluginApi.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/api/queryApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/queryApi.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/queryApi.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/api/showApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/showApi.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/showApi.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/api/starApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/starApi.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/starApi.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/api/submitApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/submitApi.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/submitApi.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/api/testApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/testApi.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/testApi.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/api/userApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/userApi.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/userApi.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/apiBase.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/apiBase.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/apiBase.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/utils/ReplyUtils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/Response.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/Response.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*

src/rpc/utils/commUtils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/commUtils.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* https://github.com/ccagml/leetcode-vscode/src/rpc/commUtils.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Wednesday, November 16th 2022, 4:50:55 pm
55
* Author: ccagml
66
*

src/rpc/utils/configUtils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/config.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/config.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/rpc/utils/queueUtils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/queue.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/queue.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/rpc/utils/sessionUtils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/session.ts
3-
* Path: https://github.com/ccagml/vscode-leetcode-problem-rating
2+
* Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/session.ts
3+
* Path: https://github.com/ccagml/leetcode-vscode
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

0 commit comments

Comments
 (0)