vscode插件开发
Posted hai-feng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode插件开发相关的知识,希望对你有一定的参考价值。
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
以上是关于vscode插件开发的主要内容,如果未能解决你的问题,请参考以下文章