forked from antfu/vscode-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extensions.json
38 lines (35 loc) · 895 Bytes
/
extensions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"recommendations": [
// my extensions, ofc :P
"antfu.browse-lite",
"antfu.iconify",
"antfu.slidev",
"antfu.unocss",
"antfu.vite",
"antfu.where-am-i",
"lokalise.i18n-ally",
// themes & icons
"antfu.icons-carbon",
"antfu.theme-vitesse",
"file-icons.file-icons",
"sainnhe.gruvbox-material",
// life savers!
"dbaeumer.vscode-eslint",
"johnsoncodehk.volar",
"GitHub.copilot",
"usernamehw.errorlens",
"streetsidesoftware.code-spell-checker",
// up to you
"amodio.tsl-problem-matcher",
"eamodio.gitlens",
"EditorConfig.EditorConfig",
"GitHub.vscode-pull-request-github",
"mpontus.tab-cycle",
"naumovs.color-highlight",
"richie5um2.vscode-sort-json",
"unional.vscode-sort-package-json",
"voorjaar.windicss-intellisense",
"WakaTime.vscode-wakatime",
"znck.grammarly"
]
}