disable starship python module #52

Merged
OCram85 merged 1 commits from fix-startship into master 2023-07-19 09:34:26 +02:00
2 changed files with 8 additions and 0 deletions

View File

@ -218,6 +218,11 @@ Additionally we install these extensions on container startup:
## 💣 Known Issues ## 💣 Known Issues
### Starship.rs
Starship detects workspaces as active python projects. It always appends the prompt
fragment `via 🐍 (lsiopy)`. For now I disabled the python module in starship.
### 🐛 Default extensions installation timing error ### 🐛 Default extensions installation timing error
If the automatic installation of the default extension fails, you can always retry he installation with the If the automatic installation of the default extension fails, you can always retry he installation with the

View File

@ -59,6 +59,9 @@ symbol = " "
[package] [package]
symbol = " " symbol = " "
[python]
disabled = true
[rust] [rust]
symbol = " " symbol = " "