Skip to content
New issue

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

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

Already on GitHub? # to your account

Println output not shown? #5

Closed
mikeball opened this issue Sep 24, 2016 · 3 comments
Closed

Println output not shown? #5

mikeball opened this issue Sep 24, 2016 · 3 comments

Comments

@mikeball
Copy link
Contributor

Does println or output get shown anywhere? When selecting and evaluating the expression below, no output is show in the external repl, the output window or any other locations I checked within vscode.

(println "hi") 
@avli
Copy link
Owner

avli commented Sep 25, 2016

Are you talking about printing the output somewhere, like when you do

(println "hi")

you see the message "hi" somewhere? println function returns nil. The extension omits nil results, but I think it's better to show them. Printing a message to stdout is a side-effect, I need to investigate how to catch it.

@mikeball
Copy link
Contributor Author

Yep, exactly as you said. I think we really need to show the printed side effect output of "hi" somehow because println is just so common.

@avli
Copy link
Owner

avli commented Sep 25, 2016

This one was easy. Already in the master branch.

@avli avli closed this as completed Sep 25, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants