Almenon / Almenon/AREPL-vscode
Show full exception error message when hovering over inline exception name
Abierto
enhancement
inline
testing
- Lenguaje dominante
- TypeScript
- Estrellas
- 301
- Forks
- 46
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
dependency on https://github.com/Almenon/AREPL-vscode/issues/324
I tested it with below and it worked!
```typescript
return {
range,
hoverMessage: `Traceback (most recent call last):
line 2, in
ValueError: foo`,
renderOptions: {
after: {
contentText: text
}
}
}
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.