33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
|
|
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
|
// List of extensions which should be recommended for users of this workspace.
|
|
"recommendations": [
|
|
"nicoespeon.abracadabra",
|
|
"mgmcdermott.vscode-language-babel",
|
|
"aaron-bond.better-comments",
|
|
"streetsidesoftware.code-spell-checker",
|
|
"adpyke.codesnap",
|
|
"mikestead.dotenv",
|
|
"mateuszdrewniak.theme-dracula-dark-plus",
|
|
"irongeek.vscode-env",
|
|
"dbaeumer.vscode-eslint",
|
|
"dracula-theme.theme-dracula",
|
|
"mhutchie.git-graph",
|
|
"donjayamanne.githistory",
|
|
"github.github-vscode-theme",
|
|
"eamodio.gitlens",
|
|
"vtrois.gitmoji-vscode",
|
|
"xabikos.javascriptsnippets",
|
|
"christian-kohler.npm-intellisense",
|
|
"christian-kohler.path-intellisense",
|
|
"johnpapa.vscode-peacock",
|
|
"esbenp.prettier-vscode",
|
|
"wayou.vscode-todo-highlight",
|
|
"gruntfuggly.todo-tree",
|
|
"pflannery.vscode-versionlens",
|
|
"vscode-icons-team.vscode-icons"
|
|
],
|
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
|
"unwantedRecommendations": []
|
|
}
|