美文网首页
个人配置设置记录

个人配置设置记录

作者: 虚玩玩TT | 来源:发表于2019-03-04 09:14 被阅读0次

vscode

    "locale": "zh-CN",
    "files.autoSave": "onFocusChange",
    "editor.tabSize": 2,
    "editor.fontSize": 18,
    "editor.fontFamily": "consolas",
    "explorer.confirmDelete": false,
    "window.newWindowDimensions": "inherit",
    "explorer.confirmDragAndDrop": false,
    "editor.formatOnSave": true,
    "telemetry.enableTelemetry": false,
    "eslint.autoFixOnSave": true,
    "javascript.updateImportsOnFileMove.enabled": "always"

git

ssh-keygen -t rsa -C "xuwanwan@outlook.com"

git config user.email "xuwanwan@outlook.com"
git config user.name "xuwanwan"

git config --global user.email "xuwanwan@outlook.com"
git config --global user.name "xuwanwan"

node

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

npm config get registry
yarn config get registry

相关文章

网友评论

      本文标题:个人配置设置记录

      本文链接:https://www.haomeiwen.com/subject/wmqbuqtx.html