Skip to content
Merged
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
33 changes: 33 additions & 0 deletions src/devtool/README.md
Original file line number Diff line number Diff line change
@@ -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`._