From 33d6978546907dd6b047322ea8238a1a3084e96b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 10 Oct 2023 19:54:02 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/devtool/README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/devtool/README.md diff --git a/src/devtool/README.md b/src/devtool/README.md new file mode 100644 index 0000000..ee62e93 --- /dev/null +++ b/src/devtool/README.md @@ -0,0 +1,33 @@ + +# DevTool (devtool) + +Install DevTool + +## Example Usage + +```json +"features": { + "ghcr.io/microsoft/codespace-features/devtool:1": {} +} +``` + + + +## Customizations + +### VS Code Extensions + +- `ms-codespaces-tools.ado-codespaces-auth` + +This installs a Microsoft-internal tool named DevTool. This will also install +the `xdg-utils` package so that the `xdg-open` CLI is available for the +DevTool CLI to be able to use to open a web browser. + +## OS Support + +This feature is tested to work on Debian/Ubuntu + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/microsoft/codespace-features/blob/main/src/devtool/devcontainer-feature.json). Add additional notes to a `NOTES.md`._