extensions.json 558 B

12345678910111213141516
  1. {
  2. // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
  3. // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
  4. // List of extensions which should be recommended for users of this workspace.
  5. "recommendations": [
  6. "clinyong.vscode-css-modules",
  7. "stylelint.vscode-stylelint",
  8. "dbaeumer.vscode-eslint",
  9. "vunguyentuan.vscode-css-variables"
  10. ],
  11. // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
  12. "unwantedRecommendations": [
  13. ]
  14. }