Almenon / Almenon/AREPL-vscode

Show full exception error message when hovering over inline exception name

Open
#342 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.