欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

vscode配置

程序员文章站 2022-06-01 10:22:49
...

官方扩展例子:

https://code.visualstudio.com/docs/extensionAPI/extension-points#_contributesmenus

https://code.visualstudio.com/docs/extensions/example-hello-world#_running-your-extension

设置代理:

npm config set registry https://registry.npm.taobao.org 

npm config set proxy http://[email protected]:8080            

npm config set http-proxy http://[email protected]:8080

npm config set https-proxy http://[email protected]:8080

npm config set strict-ssl false

======================================================================

取消代理:

npm config delete proxy

npm config delete http-proxy

npm config delete https-proxy

安装yo:

npm install -g yo generator-code

yo code

======================================================================

yo doctor

npm -g update yo

npm -g update npm

npm install -g [email protected]

npm cache clean -f
npm install -g npm
npm install -g yo

npm rm -g yo
npm install -g yo

npm install yo

==================================================================================

addStatisticsLog:将调用的函数统计在网页上。
opengrok:大型源码阅读环境。
相关标签: vscode配置