- 
    Type:
Task
 - 
    Resolution: Fixed
 - 
    Priority:
Major - P3
 - 
    Affects Version/s: None
 - 
    Component/s: Browser Module, CLI Module
 - 
    None
 
- 
        Iteration Nectarine
 
- 
        Not Needed
 
Right now print just uses console.log and we should be using the writer in cli-repl and find a solution for the browser and VS Code as well.
From Slack conversation:
Playgrounds in VS Code and the shell in Compass right now don’t support any of the printing objects/methods (console/print/printjson).
This has been confusing for users so we thought we should address it sooner rather than later. The ticket has 3 parts:
- expose something in the shell evaluator API ti support this for when the shell is embedded somewhere
 - use that in VS Code playgrounds so if I type console.log(<something>) it gets printed out
 - do the same also in Compass for the embedded shell
 
- related to
 - 
                    
VSCODE-186 Add console.log support in playgrounds
-         
 - Closed
 
 -