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

Julia log message do NOT show in VSCode terminal when using with Blink ! #270

Open
touchft opened this issue Oct 13, 2020 · 0 comments
Open

Comments

@touchft
Copy link

touchft commented Oct 13, 2020

using Interact
using Blink
f() = (println("ok");@info "I am f.")
w = Window()
b = button("Click!")
c = Interact.@map (&b;f())
body!(w,b)

click the button, when comparing of vscode and atom, the terminal output will be:
1 vscode:

ok
ok
ok
...

2 atom

[ Info: I am f.
ok
[ Info: I am f.
ok
[ Info: I am f.
ok
[ Info: I am f.
...

How can I make Julia log message show in vscode terminal?

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

No branches or pull requests

1 participant