-
Notifications
You must be signed in to change notification settings - Fork 678
feat(vscode-leetcode): add batch operation to get problem by ids or names #683
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
Open
RichieChoo
wants to merge
1
commit into
LeetCode-OpenSource:master
from
RichieChoo:richiechoo/batchGetProblemByIds
Open
feat(vscode-leetcode): add batch operation to get problem by ids or names #683
RichieChoo
wants to merge
1
commit into
LeetCode-OpenSource:master
from
RichieChoo:richiechoo/batchGetProblemByIds
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VioletDan
commented
Feb 26, 2021
it is very useful! Just want this feature!!
HelloC
commented
Mar 6, 2021
HelloC
commented
Mar 7, 2021
你好,请问一下,
我用的remote ssh登录的
怎么把这个patch 直接合入到插件 ~/.vscode-server/extensions/leetcode.vscode-leetcode-0.17.0中
而不用编译一个新的插件我想直接合入代码不过发现插件中的代码格式和patch中的不一样
如插件中是
imagepatch中是
imagefunction showSolution(input) 和export async function showSolution 函数不一致,我就不知道怎么合入了
你这里下载的编译后的代码,我这边提交是未编译的ts。我这里有打包好的vsix文件,你可以直接安装https://www.yuque.com/richiechoo/tayiso/ocvfit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
When I have a long array of algorithm IDs or Names, I have to search it by leetcode.searchProblem one by one .
This is too inconvenient , so I have added the batch operation in this commit feat(vscode-leetcode): add batch operation to get problem by ids or names.
For batch operation, please see the gif below :
GIF2