vscode插件源码编译方法
git clone https://github.com/Marus/cortex-debug.git
cd cortex-debug
Optionally switch to a branch: git checkout
npm install
Optional npm run compile
Open VSCode in the top folder and run the task npm watch. This will compile the code and watch for any changes and auto compile. The first time, it may take a minute or so for it to watch the entire folder. You can see the output of npm watch in the Terminal tab.
克隆仓库:git clone https://github.com/Marus/cortex-debug.git
进入项目目录:cd cortex-debug
可选:切换到指定分支:git checkout <existing-branch-name>
安装依赖:npm install
可选:编译项目:npm run compile
在项目根目录下打开 VSCode 并运行任务 npm watch。这将编译代码并监视任何更改以自动重新编译。第一次运行时,可能需要一分钟左右来监视整个文件夹。你可以在“终端”选项卡中查看 npm watch 的输出。
2521

被折叠的 条评论
为什么被折叠?



