2021-12-21 03:45:41 +00:00
|
|
|
{
|
|
|
|
// List of extensions which should be recommended for users of this workspace.
|
|
|
|
"recommendations": [
|
|
|
|
"golang.go",
|
|
|
|
"EditorConfig.EditorConfig",
|
|
|
|
"dbaeumer.vscode-eslint",
|
|
|
|
"esbenp.prettier-vscode",
|
2025-01-07 07:52:44 +00:00
|
|
|
"bradlc.vscode-tailwindcss",
|
2022-08-14 11:48:53 +00:00
|
|
|
"Vue.volar",
|
2021-12-21 03:45:41 +00:00
|
|
|
"redhat.vscode-yaml",
|
2024-12-31 13:03:21 +00:00
|
|
|
"davidanson.vscode-markdownlint",
|
|
|
|
"stivo.tailwind-fold"
|
2021-12-21 03:45:41 +00:00
|
|
|
],
|
|
|
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
|
|
|
"unwantedRecommendations": []
|
|
|
|
}
|