-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextensions.json
More file actions
29 lines (29 loc) · 823 Bytes
/
Copy pathextensions.json
File metadata and controls
29 lines (29 loc) · 823 Bytes
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
{
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"bradlc.vscode-tailwindcss",
"ms-vscode.vscode-typescript-next",
"christian-kohler.path-intellisense",
"formulahendry.auto-rename-tag",
"ms-vscode.vscode-json",
"bierner.emmet-preview",
"christian-kohler.npm-intellisense",
"ms-vscode.vscode-css-peek",
"zignd.html-css-class-completion",
"pranaygp.vscode-css-peek",
"ms-vscode.vscode-eslint",
"ms-vscode.vscode-github-pullrequest",
"eamodio.gitlens",
"ms-vscode.vscode-todo-highlight",
"usernamehw.errorlens",
"bradgashler.htmltagwrap",
"wix.vscode-import-cost",
"ms-vscode.vscode-mdx",
"yoavbls.pretty-ts-errors"
],
"unwantedRecommendations": [
"hookyqr.beautify",
"ms-vscode.vscode-typescript"
]
}