# nextpilot-vscode-extension **Repository Path**: nextpilot/nextpilot-vscode-extension ## Basic Information - **Project Name**: nextpilot-vscode-extension - **Description**: 一款基于VScode的NextPilot开发工具链,支持配置、编译和调试等功能。 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-29 - **Last Updated**: 2025-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nextpilot-VScode-Extension ## 开发指南 请参照: ### 环境准备 访问 [nodejs 下载页面](https://nodejs.cn/download/),下载并安装最新长期支持版本 [node-v20.18.0-x64.msi](https://npmmirror.com/mirrors/node/v20.18.0/node-v20.18.0-x64.msi) 切换到国内NPM镜像源 ```shell npm config set registry https://npm.aliyun.com ``` 安装 Yeoman 和 VScode Extension Generator: ```shell npm install -g yo generator-code ``` ### 运行扩展 下载代码 ``` git clone https://gitee.com/nextpilot/nextpilot-vscode-extension ``` 使用vscode 打开工程 ``` code nextpilot-vscode-extension ``` 安装 nodejs 依赖项 ``` npm install ``` 最后按 `F5` 快捷键启动插件调试