Skip to content

Commit

Permalink
Remove deprecated VS Code extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
mross-ua committed May 25, 2024
1 parent 26e3ca5 commit 2754bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": ["vue.volar", "vue.vscode-typescript-vue-plugin", "bradlc.vscode-tailwindcss"],
"recommendations": ["vue.volar", "bradlc.vscode-tailwindcss"],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}

0 comments on commit 2754bd9

Please sign in to comment.