Skip to content

NaokiHaba/my-vscode-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

🛠 VS Code Settings

Personal VS Code setup and configuration notes.

🎨 Font Setup

Using JetBrains Mono:

  1. Download from JetBrains Mono
  2. Install locations:
    • Mac: /Library/Fonts/
    • Windows: C:\Windows\Fonts\
    • Linux: ~/.local/share/fonts/

⚡️ Common Settings

{
  "editor.fontFamily": "JetBrains Mono",
  "editor.fontSize": 14,
  "editor.formatOnSave": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "files.autoSave": "afterDelay",
  "terminal.integrated.fontSize": 14
}

🔧 Troubleshooting

  • Font not showing → Restart VS Code
  • Extension conflicts → Start with --disable-extensions

📝 Notes

  • .vscode/settings.json - Project-specific settings
  • .vscode/extensions.json - Recommended extensions

About

Personal VS Code setup and configuration notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published