Skip to content

shubhamtibra/MyVScodeSettings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

My Editor Configuration

This repository contains my personal VS Code/Cursor editor configuration files, including settings, extensions, and keybindings.

🔧 Configuration Files

  • settings.json: Main editor settings and preferences
  • extensions.json: List of installed VS Code extensions
  • keybindings.json: Custom keyboard shortcuts
  • syncLocalSettings.json: Settings Sync configuration

⚙️ Key Features

Theme & Visual Settings

  • Theme: One Dark Pro Darker
  • Font: JetBrains Mono Light with ligatures
  • Material Icon Theme with React/Redux pack
  • Custom GraphQL syntax highlighting

Development Settings

  • ESLint configuration for JavaScript/React
  • Various Performance Optimizations
  • Improved GraphQL syntax highlighting
  • Git integration with GitLens

Performance Optimizations

  • Large file optimizations enabled
  • TypeScript server memory limit: 8096MB
  • File watcher exclusions for common build directories
  • Disable Semantic Highlighting

🧩 Notable Extensions

  1. Code Quality & Style

    • ESLint
    • Tailwind CSS IntelliSense
    • GraphQL
  2. Git & Collaboration

    • GitLens
    • GitHub Pull Requests
    • Settings Sync
  3. Themes & Icons

    • One Dark Pro
    • Material Icon Theme
    • A-File Icon

💻 Terminal Configuration

  • Default shell: zsh
  • Font: MesloLGS NF
  • Image support enabled
  • Sticky scroll enabled
  • Shell integration enabled

🎨 Custom Syntax Highlighting

Custom token colors for GraphQL:

  • Type definitions: #e5c07b
  • Variables and built-in types: Underlined

📝 Usage

  1. Clone this repository
  2. Copy the configuration files to your VS Code/Cursor user settings directory
  3. Install the listed extensions
  4. Restart your editor

⚠️ Note

Some settings might be specific to macOS. Adjust paths and settings according to your operating system and preferences.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published