Skip to content

Commit

Permalink
Move recommended CS Code extensions to declutter README.
Browse files Browse the repository at this point in the history
  • Loading branch information
krazkidd committed Nov 27, 2023
1 parent ee5fe91 commit abf8be8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// 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"],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ License: AGPLv3 (see LICENSE.md file)

## Development

### VS Code Recommended Extensions:

- [vue.volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
- [vue.vscode-typescript-vue-plugin](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin)
- With [Takeover Mode](https://vuejs.org/guide/typescript/overview.html#volar-takeover-mode) enabled
- [bradlc.vscode-tailwindcss](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)
- Consider installing [moalamri.inline-fold
](https://marketplace.visualstudio.com/items?itemName=moalamri.inline-fold) or similar to collapse verbose Tailwind CSS classes

### Setup

To install dependencies:
Expand Down

0 comments on commit abf8be8

Please sign in to comment.