extensions.json 473 B

1234567891011121314
  1. {
  2. // See http://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. "haskell.haskell",
  7. ],
  8. // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
  9. "unwantedRecommendations": [
  10. ],
  11. }
  12. // vim:ft=json5: