vscode配置

官方擴展例子:

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 yo@latest

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:大型源碼閱讀環境。
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章