Almenon / Almenon/AREPL-vscode
Show full exception error message when hovering over inline exception name
Open
enhancement
inline
testing
- Dominant language
- TypeScript
- Stars
- 301
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
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
}
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.