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.npmmirror.com
yarn config set registry https://registry.npmmirror.com
npm config get registry
yarn config get registry
npm config set registry https://registry.npmjs.org
yarn config set registry https://registry.yarnpkg.com