From 58f615a34ee49127c35716adb2d83558835ed35a Mon Sep 17 00:00:00 2001 From: Chris Reddington <791642+chrisreddington@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:55:55 +0000 Subject: [PATCH] Add new package Update README.md to fix formatting issues and improve readability. - Fix bullet point formatting in the "Features" section - Adjust table formatting in the "Inputs" section for better alignment --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 57bbb20..90e997b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ configuration in devcontainer.json files. ## Features -- Validates presence of required Visual Studio Code extensions in devcontainer.json +- Validates presence of required Visual Studio Code extensions in + devcontainer.json - Optional validation of common development tasks (build, test, run) - Customizable devcontainer.json path - Configurable extension requirements @@ -35,11 +36,11 @@ Steps: ### Inputs -| Input | Description | Required | Default | -| ------------------- | --------------------------------------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Input | Description | Required | Default | +| ------------------- | -------------------------------------------------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `extensions-list` | Comma-separated list of required Visual Studio Code extensions | Yes | GitHub.codespaces,github.vscode-github-actions,GitHub.copilot,GitHub.copilot-chat,github.copilot-workspace,GitHub.vscode-pull-request-github,GitHub.remotehub,GitHub.vscode-codeql | -| `devcontainer-path` | Path to devcontainer.json file | No | .devcontainer/devcontainer.json | -| `validate-tasks` | Enable validation of build, test, and run tasks | No | false | +| `devcontainer-path` | Path to devcontainer.json file | No | .devcontainer/devcontainer.json | +| `validate-tasks` | Enable validation of build, test, and run tasks | No | false | #### Extension Validation