Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify display of evaluation results in VS Code #1882

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Conversation

swernli
Copy link
Collaborator

@swernli swernli commented Aug 23, 2024

Skips prepending "Result: " and json stringify-ing the response from evaluation, since it is already a string.

Error before:
image

Error after:
image

Success before:
image

Success after:
image

Fixes #1871

Skips prepending "Result: " and json stringify-ing the response from evaluation, since it is already a string.

Fixes #1871
@swernli swernli added this pull request to the merge queue Aug 23, 2024
Merged via the queue into main with commit ab72944 Aug 23, 2024
18 checks passed
@swernli swernli deleted the swernli/issue1871 branch August 23, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Runtime error message and call stack printed as one line with \n
3 participants