From ce0e706d2a63c76b0aa252cdbe9260138138b6a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Feb 2024 21:37:30 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/code-essentials/README.md | 5 +++-- src/code-extras/README.md | 9 +++++---- src/code-vue/README.md | 22 +++++++++++----------- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/src/code-essentials/README.md b/src/code-essentials/README.md index 122acab..572f245 100644 --- a/src/code-essentials/README.md +++ b/src/code-essentials/README.md @@ -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` diff --git a/src/code-extras/README.md b/src/code-extras/README.md index 80dcf9d..9fa09c2 100644 --- a/src/code-extras/README.md +++ b/src/code-extras/README.md @@ -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` diff --git a/src/code-vue/README.md b/src/code-vue/README.md index 80dcf9d..fda9248 100644 --- a/src/code-vue/README.md +++ b/src/code-vue/README.md @@ -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": {} } ``` @@ -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`._