Almenon / Almenon/AREPL-vscode
Show full exception error message when hovering over inline exception name
Aperta
enhancement
inline
testing
- Lingua principale
- TypeScript
- Stelle
- 301
- Fork
- 46
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
}
}
}
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.