Skip to content

Commit 981d22d

Browse files
authored
Merge pull request #11 from va-h/automated-documentation-update-13508085693
Automated documentation update
2 parents ca3faf2 + e97489d commit 981d22d

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

src/uv/README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,6 @@ An extremely fast Python package and project manager, written in Rust.
2222

2323
* [astral-sh/uv](https://github.com/astral-sh/uv)
2424

25-
## Fix Autocompletion with feature Shells
26-
27-
> [!IMPORTANT]
28-
> When installing a shell via another feature, make sure to override the installation order to ensure the generated autocompletion writes to existing files.
29-
30-
### Autocompletion for Fish Shell
31-
32-
```json
33-
"features": {
34-
"ghcr.io/meaningful-ooo/devcontainer-features/fish:latest": {},
35-
"ghcr.io/va-h/devcontainers-features/uv:latest": {
36-
"shellautocompletion": true
37-
}
38-
},
39-
"overrideFeatureInstallOrder": [
40-
"ghcr.io/meaningful-ooo/devcontainer-features/fish",
41-
"ghcr.io/va-h/devcontainers-features/uv:latest"
42-
]
43-
```
44-
4525

4626
---
4727

0 commit comments

Comments
 (0)