xyter/.vscode/extensions.json
Vermium Sifell bb2b8650ae
Fix missing packages and make signing commits as default in VS Code (#491) (#493)
* Added missing package and improve user/dev experience (#486)

* fix: 📦 add date-fns

Added missing date-fns to dependency list

* style(git): 🧑‍💻 start using Conventional Commits

Started using a commit convention called Conventional Commits (conventionalcommits.org)

* chore(github): 🚸 Remove issue templates

Removed issue templates since they confuses people and makes less people go through and make an issue

* feat(git): 🧑‍💻 vs code git commit signing (#488)

Enable commit signing in VS Code by default
2022-11-04 14:13:44 +01:00

34 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",
"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",
"vivaxy.vscode-conventional-commits",
"prisma.prisma"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}