個人構成設定レコード

1101 ワード

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 "[email protected]"

git config user.email "[email protected]"
git config user.name "xuwanwan"

git config --global user.email "[email protected]"
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