feat(vscode-leetcode): add batch operation to get problem by ids or names
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 :

it is very useful! Just want this feature!!
@RichieChoo
你好,请问一下, 我用的remote ssh登录的 怎么把这个patch 直接合入到插件 ~/.vscode-server/extensions/leetcode.vscode-leetcode-0.17.0中 而不用编译一个新的插件
我想直接合入代码不过发现插件中的代码格式和patch中的不一样
如插件中是

patch中是

function showSolution(input) 和export async function showSolution 函数不一致,我就不知道怎么合入了
@RichieChoo
类似的增加支持多选, 如下图选择多个文件

@RichieChoo
你好,请问一下, 我用的remote ssh登录的 怎么把这个patch 直接合入到插件 ~/.vscode-server/extensions/leetcode.vscode-leetcode-0.17.0中 而不用编译一个新的插件
我想直接合入代码不过发现插件中的代码格式和patch中的不一样
如插件中是
patch中是
function showSolution(input) 和export async function showSolution 函数不一致,我就不知道怎么合入了
你这里下载的编译后的代码,我这边提交是未编译的ts。我这里有打包好的vsix文件,你可以直接安装https://www.yuque.com/richiechoo/tayiso/ocvfit