-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextensions.json
52 lines (51 loc) · 1.71 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
51
52
{
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"aaron-bond.better-comments",
"andyyaldoo.vscode-json",
"bierner.github-markdown-preview",
"bierner.markdown-checkbox",
"bierner.markdown-emoji",
"bierner.markdown-footnotes",
"bierner.markdown-preview-github-styles",
"cardinal90.multi-cursor-case-preserve",
"chakrounanas.turbo-console-log",
"christian-kohler.npm-intellisense",
"davidanson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"dsznajder.es7-react-js-snippets",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"foxundermoon.shell-format",
"github.copilot",
"github.vscode-pull-request-github",
"gruntfuggly.todo-tree",
"leizongmin.node-module-intellisense",
"mattpocock.ts-error-translator",
"me-dutour-mathieu.vscode-github-actions",
"meganrogge.template-string-converter",
"mikestead.dotenv",
"mrmlnc.vscode-json5",
"neotan.vscode-auto-restart-typescript-eslint-servers",
"nhoizey.gremlins",
"ow.vscode-subword-navigation",
"pustelto.bracketeer",
"quicktype.quicktype",
"redhat.vscode-yaml",
"richie5um2.vscode-sort-json",
"rohit-gohri.format-code-action",
"sleistner.vscode-fileutils",
"stkb.rewrap",
"streetsidesoftware.code-spell-checker",
"timonwong.shellcheck",
"tyriar.sort-lines",
"unifiedjs.vscode-mdx",
"usernamehw.errorlens",
"visualstudioexptteam.vscodeintellicode",
"wmaurer.change-case",
"yzhang.markdown-all-in-one",
"zengxingxin.sort-js-object-keys"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}