From 8c9c9e5138de097e6023414e4e58dd8fe853fceb Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 19 Jul 2023 09:34:25 +0200 Subject: [PATCH] disable starship python module (#52) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### :book: Summary - disable python module due to false positive python project detection in prompt. - added Known Issues section #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. | Choice | Test Method | | :----: | :----------- | | ✅ | CI pipeline tests | | | Custom test | | | No test plan | ##### Details / Justification #### :books: Additional Notes Co-authored-by: OCram85 Reviewed-on: https://gitea.ocram85.com/CodeServer/arkanum/pulls/52 --- README.md | 5 +++++ starship.toml | 3 +++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 2ccd42e..9f826d4 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,11 @@ Additionally we install these extensions on container startup: ## 💣 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 If the automatic installation of the default extension fails, you can always retry he installation with the diff --git a/starship.toml b/starship.toml index 281af7b..ce293db 100644 --- a/starship.toml +++ b/starship.toml @@ -59,6 +59,9 @@ symbol = " " [package] symbol = " " +[python] +disabled = true + [rust] symbol = " "