npm使用介绍 https://www.runoob.com/nodejs/nodejs-npm.html
常用命令:
npm -v 出现版本提示表示安装成功nmp
npm config get registry
npm config set registry https://
参考:
VSCode插件开发全攻略(一)概览 https://www.cnblogs.com/liuxianan/p/vscode-plugin-overview.html
vscode编写插件详细过程 https://blog.csdn.net/hanghangaidoudou/article/details/90020279
原文地址:https://www.cnblogs.com/hai-feng/p/12154247.html
时间: 2024-10-16 20:16:01