forked from antfu/vscode-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextensions.json
50 lines (48 loc) · 1.35 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"recommendations": [
// dev tools
"astro-build.astro-vscode",
"ms-vscode.atom-keybindings",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"sourcegraph.cody-ai",
"ms-vscode-remote.remote-containers",
"ms-azuretools.vscode-docker",
"mikestead.dotenv",
"EditorConfig.EditorConfig",
"tamasfe.even-better-toml",
"mhutchie.git-graph",
"donjayamanne.githistory",
"github.vscode-github-actions",
"ms-vscode.live-server",
"ms-vsliveshare.vsliveshare",
"unifiedjs.vscode-mdx",
"ms-playwright.playwright",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-ssh-edit",
"ms-vscode.remote-explorer",
"burkeholland.simple-react-snippets",
"bradlc.vscode-tailwindcss",
"jasonnutter.search-node-modules",
"johnpapa.vscode-cloak",
// themes & icons
"antfu.theme-vitesse",
"teabyii.ayu",
"BeardedBear.beardedicons",
"BeardedBear.beardedtheme",
"antfu.icons-carbon",
"mtdmali.daybreak-theme",
"miguelsolorio.fluent-icons",
"Framer.framer-syntax",
"GitHub.github-vscode-theme",
"PKief.material-icon-theme",
"anotherglitchinthematrix.monochrome",
"whizkydee.material-palenight-theme",
"MarkThomasMiller.sorcerer",
// up to you
"antfu.file-nesting",
"GitHub.codespaces",
"GitHub.copilot",
"Prisma.prisma"
]
}