-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextensions.json
42 lines (36 loc) · 982 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
39
40
41
42
{
"recommendations": [
// Theme
"pkief.material-icon-theme",
"sdras.night-owl",
// CSS
"Zignd.html-css-class-completion",
"bradlc.vscode-tailwindcss",
"antfu.unocss",
// TS
"johnsoncodehk.vscode-tsconfig-helper", // must setting the vscode config "editor.codeLens" to `true`
"Orta.vscode-twoslash-queries",
// Vue
"Vue.volar",
// Laravel
"onecentlin.laravel-blade",
"bmewburn.vscode-intelephense-client",
"mehedidracula.php-namespace-resolver",
"neilbrayfield.php-docblocker",
"m1guelpf.better-pest",
"nhedger.inertia",
// Plugins support
"ms-ceintl.vscode-language-pack-zh-hant",
"mikestead.dotenv",
"editorconfig.editorconfig",
"yzhang.markdown-all-in-one",
"dbaeumer.vscode-eslint",
// Tools
"mkxml.vscode-filesize",
"usernamehw.errorlens",
"antfu.goto-alias",
"wmaurer.change-case",
"jeff-hykin.polacode-2019",
"Gruntfuggly.todo-tree",
]
}