generated from Templates/Baseline
### 📖 Summary - adds vitepess based docs for Arkanum.dev - migrate arakanumm project from CodeServer org to arkanum org ### 📑 Test Plan ✅ CI pipeline tests (Default) ### 💬 Details _No response_ ### 📚 Additional Notes _No response_ Reviewed-on: #97
20 lines
604 B
Markdown
20 lines
604 B
Markdown
# 💣 Known Issues + Limitations
|
|
|
|
## 🐛 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
|
|
following command:
|
|
|
|
```bash
|
|
# restart the installation
|
|
arkanum config install-extensions
|
|
# Optional: reset the vscode user setting
|
|
arkanum config reset-codesettings
|
|
# Reload with command F1 + Developer: Reload Window
|
|
```
|