-
Notifications
You must be signed in to change notification settings - Fork 0
/
extensions.json
45 lines (37 loc) · 965 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
43
44
45
{
"recommendations": [
// general
"ms-vscode-remote.remote-containers",
"ms-vsliveshare.vsliveshare",
"oderwat.indent-rainbow",
"pflannery.vscode-versionlens",
"wix.vscode-import-cost",
"wmaurer.change-case",
"editorconfig.editorconfig",
"rangav.vscode-thunder-client",
// github actions
"github.vscode-github-actions",
// git
"eamodio.gitlens",
"GitHub.vscode-pull-request-github",
"mhutchie.git-graph",
"vivaxy.vscode-conventional-commits",
// lint
"SonarSource.sonarlint-vscode",
"dbaeumer.vscode-eslint",
"csstools.postcss",
"stylelint.vscode-stylelint",
"voorjaar.windicss-intellisense",
"yzhang.markdown-all-in-one",
// kubernetes
"ms-kubernetes-tools.vscode-kubernetes-tools",
// markdown
"shd101wyy.markdown-preview-enhanced",
// yaml
"redhat.vscode-yaml",
// vuejs
"vue.volar",
// prisma ORM
"prisma.prisma"
]
}