Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify display of evaluation results in VS Code (microsoft#1882)
Skips prepending "Result: " and json stringify-ing the response from evaluation, since it is already a string. Error before: <img width="717" alt="image" src="https://github.com/user-attachments/assets/3ef3672b-7e37-41de-a96c-d228c7231e79"> Error after: <img width="802" alt="image" src="https://github.com/user-attachments/assets/e99cad0c-29d8-4fa8-a317-9e1107e3f12f"> Success before: <img width="764" alt="image" src="https://github.com/user-attachments/assets/3d520440-358d-4303-9b44-b3bdf3177595"> Success after: <img width="764" alt="image" src="https://github.com/user-attachments/assets/e8eabe93-f3c7-4230-b19d-15ce7a024cf5"> Fixes microsoft#1871
- Loading branch information