Thanks to visit codestin.com
Credit goes to github.com

Skip to content

πŸ”Ž My personal Visual Studio Code configuration, including settings, extensions, theme, formatter preferences, and workflow tools.

Notifications You must be signed in to change notification settings

kaanxsrd/vscode-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

VS Code Setup

This repository contains my personal Visual Studio Code configuration, including:

  • Editor settings
  • Theme & icon theme preferences
  • Default formatters (Biome or Prettier fallback)
  • Auto-save + format-on-save setup
  • Installed extensions list

Use this repo to sync your VS Code configuration across multiple machines.

Installation

1. Install extensions

cat extensions.txt | xargs -L 1 code --install-extension

2. Apply settings

Replace your VS Code settings.json with the version in this repository:

Windows

%APPDATA%\Code\User\settings.json

macOS

~/Library/Application Support/Code/User/settings.json

Linux

~/.config/Code/User/settings.json

About

πŸ”Ž My personal Visual Studio Code configuration, including settings, extensions, theme, formatter preferences, and workflow tools.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published