Skip to content

Add VS Code extensions.json file #792

@hyunbinseo

Description

@hyunbinseo

If VS Code specific files are going to be added, why not add recommended extensions?

{
  "recommendations": [
    "bradlc.vscode-tailwindcss",
    "dbaeumer.vscode-eslint",
    "esbenp.prettier-vscode",
    "svelte.svelte-vscode"
  ]
}

The newly added settings.json is part of the VS Code Taliwind CSS extension setup:

{
  "files.associations": {
    "*.css": "tailwind"
  }
}

Personally, I am using Zed and the .vscode directory is just a bloat for me.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions