You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, my current process looks like this: I have just installed this extension, I open the commands with ctrl+shift+P, and I begin typing run by typing. From there, it adds runByTyping.js to the root of my project, and also opens up a new pane to the right of my currently opened file, with a console log hello world, and ***runByTypingDone***.
Looks to be promising so far! However, after editing files that have console.log (unfortunately) littered everywhere, I cannot see the output in runByTypingDone. How should I go about being able to run my entire codebase all at once, and seeing my console logs? I am not building an API, so I'm not worried about the debugger tools. I almost just want to run my code in a repl. I'm only building a functional library.
Thanks a bunch in advance!
The text was updated successfully, but these errors were encountered:
So, my current process looks like this: I have just installed this extension, I open the commands with
ctrl+shift+P
, and I begin typingrun by typing
. From there, it addsrunByTyping.js
to the root of my project, and also opens up a new pane to the right of my currently opened file, with a console loghello world
, and***runByTypingDone***
.Looks to be promising so far! However, after editing files that have
console.log
(unfortunately) littered everywhere, I cannot see the output inrunByTypingDone
. How should I go about being able to run my entire codebase all at once, and seeing my console logs? I am not building an API, so I'm not worried about the debugger tools. I almost just want to run my code in a repl. I'm only building a functional library.Thanks a bunch in advance!
The text was updated successfully, but these errors were encountered: