Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/code-essentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ A collection of essential settings and extensions for VS Code.
### VS Code Extensions

- `aaron-bond.better-comments`
- `antfu.file-nesting`
- `johnsoncodehk.vscode-tsconfig-helper`
- `dbaeumer.vscode-eslint`
- `editorconfig.editorconfig`
- `esbenp.prettier-vscode`
- `ms-azuretools.vscode-docker`
- `naumovs.color-highlight`
- `streetsidesoftware.code-spell-checker`
Expand Down
9 changes: 5 additions & 4 deletions src/code-extras/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ A collection of extra settings and extensions for VS Code.

### VS Code Extensions

- `antfu.file-nesting`
- `antfu.open-in-github-button`
- `antfu.where-am-i`
- `eamodio.gitlens`
- `GitHub.copilot`
- `github.copilot`
- `johnsoncodehk.vscode-tsconfig-helper`
- `github.vscode-github-actions`
- `github.vscode-github-actions`
- `GitHub.vscode-pull-request-github`
- `github.vscode-pull-request-github`
- `github.copilot-chat`



Expand Down
22 changes: 11 additions & 11 deletions src/code-vue/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

# Extra settings and extensions for VS Code (code-extras)
# Vue settings and extensions for VS Code (code-vue)

A collection of extra settings and extensions for VS Code.
A collection of settings and extensions for VS Code for Vue development.

## Example Usage

```json
"features": {
"ghcr.io/dbarjs/devcontainer-features/code-extras:0": {}
"ghcr.io/dbarjs/devcontainer-features/code-vue:0": {}
}
```

Expand All @@ -17,16 +17,16 @@ A collection of extra settings and extensions for VS Code.

### VS Code Extensions

- `antfu.open-in-github-button`
- `antfu.where-am-i`
- `eamodio.gitlens`
- `GitHub.copilot`
- `github.vscode-github-actions`
- `github.vscode-github-actions`
- `GitHub.vscode-pull-request-github`
- `antfu.iconify`
- `antfu.slidev`
- `antfu.unocss`
- `antfu.vite`
- `bradlc.vscode-tailwindcss`
- `lokalise.i18n-ally`
- `Vue.volar`



---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/dbarjs/devcontainer-features/blob/main/src/code-extras/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/dbarjs/devcontainer-features/blob/main/src/code-vue/devcontainer-feature.json). Add additional notes to a `NOTES.md`._