Skip to content

缩短项目名 #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## version 2.11.13

- 缩短项目名

## version 2.11.12

- 提交通过结果显示耗时
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<p align="center">
<a href="https://github.com/ccagml/vscode-leetcode-problem-rating/actions/workflows/release.yml">
<a href="https://github.com/ccagml/leetcode-vscode/actions/workflows/release.yml">
<img src="https://img.shields.io/github/actions/workflow/status/ccagml/vscode-leetcode-problem-rating/release.yml?branch=release" alt="">
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=ccagml.vscode-leetcode-problem-rating">
<img src="https://img.shields.io/visual-studio-marketplace/d/ccagml.vscode-leetcode-problem-rating.svg?style=flat-square" alt="">
</a>
<a href="https://github.com/ccagml/vscode-leetcode-problem-rating/blob/main/LICENSE">
<a href="https://github.com/ccagml/leetcode-vscode/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/ccagml/vscode-leetcode-problem-rating" alt="">
</a>
</p>
Expand All @@ -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)
- 趁着现在只有<img src="https://img.shields.io/github/stars/ccagml/vscode-leetcode-problem-rating" alt="">提交一个 PR 就能成为项目元老了
Expand Down Expand Up @@ -176,7 +176,7 @@

## 更新日志

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

## 鸣谢

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/controller/BricksViewController.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/controller/EventController.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/controller/FileButtonController.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/controller/LoginController.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
10 changes: 5 additions & 5 deletions src/controller/MainController.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down Expand Up @@ -59,9 +59,9 @@ class MainContorller {
}

// 删除缓存
/**
* It deletes the cache.
*/
/**
* It deletes the cache.
*/
public async deleteCache() {
await executeService.deleteCache();
}
Expand Down
4 changes: 2 additions & 2 deletions src/controller/RemarkController.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/controller/TreeViewController.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/dao/bricksDao.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/dao/choiceDao.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/dao/groupDao.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/dao/scoreDao.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/dao/tagsDao.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/model/Model.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/model/NodeModel.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/actionChain/chainManager.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/actionChain/chainNode/cache.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/actionChain/chainNode/core.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/actionChain/chainNode/leetcode.cn.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/actionChain/chainNode/leetcode.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/actionChain/chainNode/retry.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/childMain.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/factory/api/cacheApi.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/factory/api/pluginApi.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/factory/api/queryApi.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/factory/api/showApi.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/factory/api/starApi.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/factory/api/submitApi.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/factory/api/testApi.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/factory/api/userApi.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/factory/apiBase.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/utils/ReplyUtils.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/utils/commUtils.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/utils/configUtils.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/utils/queueUtils.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/utils/sessionUtils.ts
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
Loading