aiidalab / aiidalab/aiidalab-launch
Issue with using VScode as the default profile editor
Abierto
bug
- Lenguaje dominante
- Python
- Estrellas
- 7
- Forks
- 4
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
A colleague of mine tried to update a profile configuration with VScode as a default editor.
Unfortunately, any time she would run:
```bash
aiidalab-launch profile edit
```
She would get an empty `toml` file to edit. After switching back to `vim`:
```bash
export VISUAL=vim
export EDITOR="$VISUAL"
```
Things worked fine
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.