mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
14 lines
255 B
Markdown
14 lines
255 B
Markdown
# VScode
|
|
|
|
Install
|
|
```bash
|
|
mv ~/vscode/settings.json ~/.config/Code/User
|
|
```
|
|
|
|
Extensions
|
|
- `ESlint` - eslint integration
|
|
- `Prettier` - JS code formater
|
|
- `GitLens` - Git integration
|
|
- `Code spell` - Spell checker
|
|
- `Ayu` - Color scheme
|
|
- `Vim` - Vim mode
|