Skip to content

修改readme #187

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 1 commit into from
Feb 16, 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.17.2

- 修改插件显示的 README

## version 2.17.1

- 增加调试需要参数快速选择按钮
Expand Down
8 changes: 4 additions & 4 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/leetcode_vsc/actions/workflows/release.yml">
<a href="https://github.com/ccagml/leetcode-extension/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/leetcode_vsc/blob/main/LICENSE">
<a href="https://github.com/ccagml/leetcode-extension/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/ccagml/vscode-leetcode-problem-rating" alt="">
</a>
</p>
Expand Down Expand Up @@ -33,8 +33,8 @@

# 关于本项目

- [项目地址:https://github.com/ccagml/leetcode_vsc/](https://github.com/ccagml/leetcode_vsc/)
- [报告问题](https://github.com/ccagml/leetcode_vsc/issues)
- [项目地址:https://github.com/ccagml/leetcode-extension/](https://github.com/ccagml/leetcode-extension/)
- [报告问题](https://github.com/ccagml/leetcode-extension/issues)
- [疑难解答](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94)
- [常见问题](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)
- 趁着现在只有<img src="https://img.shields.io/github/stars/ccagml/vscode-leetcode-problem-rating" alt="">提交一个 PR 就能成为项目元老了
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": "%main.description%",
"version": "2.17.1",
"version": "2.17.2",
"author": "ccagml",
"publisher": "ccagml",
"license": "MIT",
Expand All @@ -12,9 +12,9 @@
},
"repository": {
"type": "git",
"url": "https://github.com/ccagml/leetcode_vsc"
"url": "https://github.com/ccagml/leetcode-extension"
},
"homepage": "https://github.com/ccagml/leetcode_vsc/README.md",
"homepage": "https://github.com/ccagml/leetcode-extension/README.md",
"categories": [
"Other",
"Snippets",
Expand Down
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"main.description": "LeetCode official plug-in enhancement, code open source, increase the difficulty score of LeetCode questions, give a star, please~",
"main.description": "LeetCode official plug-in enhancement, code open source, increase the difficulty score of LeetCode questions, give a star, please~\nGitHub 开源,给个 star 吧~",
"main.name": "vscode-leetcode-problem-rating",
"main.contributes.commands.lcpr.deleteCache.title": "Delete Cache",
"main.contributes.commands.lcpr.toggleLeetCodeCn.title": "Switch Endpoint",
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/leetcode_vsc/src/controller/BricksViewController.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/controller/BricksViewController.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Tuesday, November 22nd 2022, 11:04:59 am
* Author: ccagml
*
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/leetcode_vsc/src/controller/EventController.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/controller/EventController.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Monday, October 31st 2022, 10:16:47 am
* Author: ccagml
*
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/leetcode_vsc/src/controller/FileButtonController.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/controller/FileButtonController.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
* Author: ccagml
*
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/leetcode_vsc/src/controller/LoginController.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/controller/LoginController.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, November 10th 2022, 3:06:12 pm
* Author: ccagml
*
Expand Down
4 changes: 2 additions & 2 deletions src/controller/MainController.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Filename: https://github.com/ccagml/leetcode_vsc/src/controller/MainController.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/controller/MainController.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, November 10th 2022, 2:18:21 pm
* Author: ccagml
*
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/leetcode_vsc/src/controller/RemarkController.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/controller/RemarkController.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Monday, November 28th 2022, 3:29:37 pm
* Author: ccagml
*
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/leetcode_vsc/src/controller/TreeViewController.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/controller/TreeViewController.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
* Author: ccagml
*
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/leetcode_vsc/src/dao/bricksDao.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/dao/bricksDao.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Wednesday, November 23rd 2022, 4:36:38 pm
* Author: ccagml
*
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/leetcode_vsc/src/dao/choiceDao.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/dao/choiceDao.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, November 10th 2022, 11:34:10 pm
* Author: ccagml
*
Expand Down
4 changes: 2 additions & 2 deletions src/dao/debugArgDao.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Filename: https://github.com/ccagml/leetcode_vsc/src/dao/debugArgDao.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/dao/debugArgDao.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, November 10th 2022, 11:38: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/leetcode_vsc/src/dao/groupDao.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/dao/groupDao.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Wednesday, November 30th 2022, 9:47:36 am
* Author: ccagml
*
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/leetcode_vsc/src/dao/scoreDao.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/dao/scoreDao.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, November 10th 2022, 11:40:22 pm
* Author: ccagml
*
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/leetcode_vsc/src/dao/tagsDao.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/dao/tagsDao.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, November 10th 2022, 11:38:10 pm
* Author: ccagml
*
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/leetcode_vsc/src/extension.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/extension.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Monday, October 31st 2022, 10:16:47 am
* Author: ccagml
*
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/leetcode_vsc/src/model/Model.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/model/Model.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
* Author: ccagml
*
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/leetcode_vsc/src/model/NodeMOdel.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/model/NodeMOdel.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
* Author: ccagml
*
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/leetcode_vsc/src/rpc/actionChain/chainMgr.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/actionChain/chainMgr.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Monday, November 14th 2022, 4:04:31 pm
* Author: ccagml
*
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/leetcode_vsc/src/rpc/actionChain/cache.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/actionChain/cache.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Monday, November 14th 2022, 4:04:31 pm
* Author: ccagml
*
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/leetcode_vsc/src/rpc/actionChain/core.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/actionChain/core.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Monday, November 14th 2022, 4:04:31 pm
* Author: ccagml
*
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/leetcode_vsc/src/rpc/actionChain/leetcode.cn.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/actionChain/leetcode.cn.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Monday, November 14th 2022, 4:04:31 pm
* Author: ccagml
*
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/leetcode_vsc/src/rpc/actionChain/leetcode.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/actionChain/leetcode.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Monday, November 14th 2022, 4:04:31 pm
* Author: ccagml
*
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/leetcode_vsc/src/rpc/actionChain/retry.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/actionChain/retry.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Monday, November 14th 2022, 4:04:31 pm
* Author: ccagml
*
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/leetcode_vsc/src/rpc/cli.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/rpc/cli.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
* Author: ccagml
*
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/leetcode_vsc/src/rpc/factory/api/cacheApi.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/cacheApi.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, November 17th 2022, 11:44:14 am
* Author: ccagml
*
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/leetcode_vsc/src/rpc/factory/api/pluginApi.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/pluginApi.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, November 17th 2022, 11:44:14 am
* Author: ccagml
*
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/leetcode_vsc/src/rpc/factory/api/queryApi.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/queryApi.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, November 17th 2022, 11:44:14 am
* Author: ccagml
*
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/leetcode_vsc/src/rpc/factory/api/showApi.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/showApi.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, November 17th 2022, 11:44:14 am
* Author: ccagml
*
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/leetcode_vsc/src/rpc/factory/api/starApi.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/starApi.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, November 17th 2022, 11:44:14 am
* Author: ccagml
*
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/leetcode_vsc/src/rpc/factory/api/submitApi.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/submitApi.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, November 17th 2022, 11:44:14 am
* Author: ccagml
*
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/leetcode_vsc/src/rpc/factory/api/testApi.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/testApi.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, November 17th 2022, 11:44:14 am
* Author: ccagml
*
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/leetcode_vsc/src/rpc/factory/api/userApi.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/factory/api/userApi.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, November 17th 2022, 11:44:14 am
* Author: ccagml
*
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/leetcode_vsc/src/rpc/factory/apiBase.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/factory/apiBase.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, November 17th 2022, 11:44:14 am
* Author: ccagml
*
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/leetcode_vsc/src/rpc/Response.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/Response.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Monday, November 14th 2022, 4:04:31 pm
* Author: ccagml
*
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/leetcode_vsc/src/rpc/commUtils.ts
* Path: https://github.com/ccagml/leetcode_vsc
* https://github.com/ccagml/leetcode-extension/src/rpc/commUtils.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Wednesday, November 16th 2022, 4:50:55 pm
* Author: ccagml
*
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/leetcode_vsc/src/rpc/config.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/rpc/config.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
* Author: ccagml
*
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/leetcode_vsc/src/rpc/queue.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/rpc/queue.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
* Author: ccagml
*
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/leetcode_vsc/src/rpc/session.ts
* Path: https://github.com/ccagml/leetcode_vsc
* Filename: https://github.com/ccagml/leetcode-extension/src/rpc/session.ts
* Path: https://github.com/ccagml/leetcode-extension
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
* Author: ccagml
*
Expand Down
Loading