VS Code LeetCode插件试玩

文章目录

  • 配置java环境
  • 安装node.js
  • 安装插件
  • 可能会出现问题:
    • show top voted solution的时候
    • show problem的时候

插件链接: https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-leetcode
GitHub 链接: https://github.com/jdneo/vscode-leetcode

配置java环境

https://www.jianshu.com/p/ba9af667c967

安装node.js


检查:
node -v

安装插件

略,如上github有介绍

可能会出现问题:

show top voted solution的时候

[ERROR] Solution not found for bash
Error: Command "node "/Users/leesin/.vscode/extensions/shengchen.vscode-leetcode-0.15.2/node_modules/vsc-leetcode-cli/bin/leetcode",show,1,--solution,-l,bash" failed with exit code "0.

没有配置默认查看的语言,这里默认是bash
VS Code LeetCode插件试玩_第1张图片

show problem的时候

不能打开,没有配置java环境,看第一步。

你可能感兴趣的:(#,Tool,------VS,Code)