내 VS 코드 설정
10631 단어 vscodetipsfrontenddevelopment
설정
{
"editor.fontLigatures": true,
"extensions.autoUpdate": false,
"git.autofetch": true,
"git.confirmSync": false,
"editor.fontFamily": "'JetBrains Mono'",
"webhint.enableTelemetry": "disabled",
"editor.wordWrap": "wordWrapColumn",
"workbench.editor.untitled.labelFormat": "name",
"diffEditor.ignoreTrimWhitespace": false,
"githubIssues.queries": [
{
"label": "My Issues",
"query": "default"
},
{
"label": "All Issues",
"query": "state:open repo:${owner}/${repository} sort:created-desc"
}
],
"editor.rulers": [120],
"editor.wordWrapColumn": 120,
"screencastMode.onlyKeyboardShortcuts": true,
"gitlens.hovers.currentLine.over": "line",
"editor.fontSize": 14,
"editor.lineHeight": 21,
"terminal.integrated.fontFamily": "monospace",
"editor.tabSize": 2,
"workbench.colorTheme": "Dracula",
"workbench.startupEditor": "none",
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.bracketPairColorization.enabled": true,
"typescript.inlayHints.parameterNames.enabled": "all",
"javascript.inlayHints.parameterNames.enabled": "all",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}
확장
힘내
git config --global user.name "My Name"
git config --global user.email "[email protected]"
글꼴
Fira Code (대체)
표지 사진 by Mohammad Rahmani on Unsplash
Reference
이 문제에 관하여(내 VS 코드 설정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/dzhavat/my-vs-code-setup-48l2텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)