Skip to content

NaokiHaba/my-vscode-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 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