当前位置:   article > 正文

Ubuntu16.04 VScode安装Leetcode插件 (包括Node.js安装)_ubuntu leetcode extension needs node

ubuntu leetcode extension needs node

一、Node.js安装

  1. 下载Node.js
junli@ubuntu16:~$ wget https://nodejs.org/dist/v16.11.0/node-v16.11.0-linux-x64.tar.xz
  • 1
  1. 安装
junli@ubuntu16:~$ tar -xvf node-v16.11.0-linux-x64.tar.xz  ## 解压
junli@ubuntu16:~$ mv node-v16.11.0-linux-x64 nodejs         ## 修改名字
junli@ubuntu16:~$ cd nodejs/bin
junli@ubuntu16:~/nodejs/bin$ node -v  ## 查看版本号
v16.11.0

junli@ubuntu16:~/nodejs/bin$ pwd    ## 查看安装路径,Vscode中配置Node.js的时候需要
/home/junli/nodejs/bin

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9

其他操作系统的安装教程Node.js教程

二、Vscode中安装Leetcode插件

  • 安装:Ctrl + shift + x,搜索leetcode,点击Install

三、Vscode中配置Node.js环境设置

  1. ctrl + , 打开setting,搜索leetcode

    • Leetcode: Default Language设置刷题使用的语言

      在这里插入图片描述

    • Leetcode: Endpoint 选择 leetcode-cn

    • Leetcode: Node Path中添加node安装目录【/home/junli/nodejs/bin/node】

    • Leetcode:Workspace Folder中设置Leetcode刷题工作目录

  2. 选择中文版

  3. 登录Leetcode账号

  4. 答题
    选择要做的题目,然后点击右下角【Code Now】写代码

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/409498
推荐阅读
相关标签
  

闽ICP备14008679号