Two issues showed up after publishing this. The first is that Code Runner is ignoring the selected Python Interpreter and defaulted to Python 2. I fixed this following github.com/formulahendry/vscode-code-runner/issues/225 and set Python to "python": "python3 -u" An alternative fix is to have Code Runner default to run within the terminal (an option in the settings we showed in this vid). The second issue is with the custom shortcut key. I recommend making sure you hold option before pressing any other keys. SO option+left arrow.
Is there a way to run only a snippet of code but make it remember some object value? For example, Run this code : t = 2 Then run separetly this code : print(t) This causes an error because it doesn't seem to store the value of "t" in memory...
1:29 I prefer using the terminal because you can use the input command more easily, and the clear last output doesn't apply for the terminal so please explain how i do it
yeah! I'm confused about that as well, I did some research and I can't find much on how to make the 'terminal' cleaner and make it so that the previous output doesn't mess with readability of the new one
i really need it but when i run it output like "Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases" i don't understand it
Thank you so much, this was exactly what I was looking for. Now I can finally actuall see me output among all the clutter (and if I should ever need some of the info in that clutter, well, I know how to turn it back on now :)
I coded Python/Dash, and I like to not show all the "127.0.0.1 - - [12/Dec/2023 17:14:42] "GET /_dash-component-sui" messages in the output window. is there a trick to disable this kind of messages? Thank you very much in advance!
Hello, thanks for sharing, I'm a beginner, can you help me? I followed the step by step, but in OUTPUT, all that is displayed is "FF", can you tell me why?
Started watching old Caleb vids when I began school a year ago. Now this new vid pops into my feed and it’s like... dammmmm Caleb. Somebody aged well. Let’s gooooooooooo. ..Also thanks for the the hot tips.
Hi Caleb, thanks a lot for the helpful video. I installed code runner however I do not see the option "Run Code" I only have the play or run button. When I run my code it keeps printing the whole path to my file. Thanks!
I'm not sure any of my extensions are actually running at this point, even when I run VSCode as admin. No matter what settings I change in Code Runner, it STILL shows all the extra clutter. I even tried editing the json with justMyCode before I tried the methods here in this video. Nothing I do will stop the clutter, or even the "Clear Previous Output" option. Nothing changes and I don't know what to do to fix this.
when i install code runner, output showed me below error: [Running] python -u "/Users/ecxxxx/Downloads/VScode/testing.py" /bin/sh: python: command not found [Done] exited with code=127 in 0.011 seconds where did it go wrong?
How do i make the TERMINAL actually cleared up dho?Every time i run the code it shows the folder and location etc before actually showing the output and the answer and its extremely annoying i just cant program with it its literally ruins the experience,in this video it only cleans up the OUTPUT part but the TERMINAl one keeps showing all the annoying info
In my Terminal of VS Code its showing something ( >> ) like this instead of showing path like ( C:\Users\Desktop\FileName ) this. Can you please help me to resolve this problem and to display normal path like ( C:\Users\Desktop\FileName ) this...!!!!
Old news should be removed on RUclips, I am running Python 3.10, Code Runner looks NOTHING like before and stand on my head the commands dont work, period.
Two issues showed up after publishing this.
The first is that Code Runner is ignoring the selected Python Interpreter and defaulted to Python 2.
I fixed this following github.com/formulahendry/vscode-code-runner/issues/225
and set Python to "python": "python3 -u"
An alternative fix is to have Code Runner default to run within the terminal (an option in the settings we showed in this vid).
The second issue is with the custom shortcut key. I recommend making sure you hold option before pressing any other keys. SO option+left arrow.
Is there a way to run only a snippet of code but make it remember some object value?
For example,
Run this code : t = 2
Then run separetly this code : print(t)
This causes an error because it doesn't seem to store the value of "t" in memory...
1:29 I prefer using the terminal because you can use the input command more easily, and the clear last output doesn't apply for the terminal so please explain how i do it
yeah! I'm confused about that as well, I did some research and I can't find much on how to make the 'terminal' cleaner and make it so that the previous output doesn't mess with readability of the new one
i prob gonna need to learn json Just because of that lol
Exactly what I needed. This was super helpful. Thank you!
i really need it but when i run it output like "Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases" i don't understand it
Thank you so much, this was exactly what I was looking for. Now I can finally actuall see me output among all the clutter (and if I should ever need some of the info in that clutter, well, I know how to turn it back on now :)
I coded Python/Dash, and I like to not show all the "127.0.0.1 - - [12/Dec/2023 17:14:42] "GET /_dash-component-sui" messages in the output window.
is there a trick to disable this kind of messages?
Thank you very much in advance!
2:02 how did you get the lock button
Hello, thanks for sharing, I'm a beginner, can you help me? I followed the step by step, but in OUTPUT, all that is displayed is "FF", can you tell me why?
thank you so much brother , this is the only video on youtube that perfectly matches with topic i need...
just thank you
When I went to extensions it just said:
“No settings found”
What can I do about it?
I restarted my pc and it worked
Started watching old Caleb vids when I began school a year ago. Now this new vid pops into my feed and it’s like... dammmmm Caleb. Somebody aged well. Let’s gooooooooooo.
..Also thanks for the the hot tips.
Tnx! I really didn't like how cluttered the output was and knew you could change it but not how. This video really helped.
Hi Caleb, thanks a lot for the helpful video. I installed code runner however I do not see the option "Run Code" I only have the play or run button. When I run my code it keeps printing the whole path to my file. Thanks!
Same issue. Any luck fixing it?
try ctrl + alt + N
Very helpful especially with clearing out clutter
hello, I want to ask why my vscode show "No Setting Found" after I click extension setting?
I have scrolled lots of video but my problem is not autour but aftar watching your video my problem is....
Thanks sir😍
Love from india
Watching caleb cury from green board to this beauty setup 🤩
oh yeah just to think of it ...its a very smooth improvement !
How restore the default terminal location? please tell me bro.
Is it possible to "Clean up" the Terminal? I want to remove the file path and clear previous in the Terminal as well
I'm not sure any of my extensions are actually running at this point, even when I run VSCode as admin. No matter what settings I change in Code Runner, it STILL shows all the extra clutter. I even tried editing the json with justMyCode before I tried the methods here in this video. Nothing I do will stop the clutter, or even the "Clear Previous Output" option. Nothing changes and I don't know what to do to fix this.
I don't like the way you need to set two shortcuts for output and terminal cause of input, I will continue to use sublime text for this issue.
A nice use-case for showing execution messages:
BENCHMARK.
when i install code runner, output showed me below error:
[Running] python -u "/Users/ecxxxx/Downloads/VScode/testing.py"
/bin/sh: python: command not found
[Done] exited with code=127 in 0.011 seconds
where did it go wrong?
Just what I was looking for. Thank you so much! :)
Maaaaan exactly what i was loking for 🤩
Thank you so much. I was looking from half an our. Finally found.
OMG thank you! Love this theme and the shortcut and the output window!
omg you changed a lot from last year!!!
How do i make the TERMINAL actually cleared up dho?Every time i run the code it shows the folder and location etc before actually showing the output and the answer and its extremely annoying i just cant program with it its literally ruins the experience,in this video it only cleans up the OUTPUT part but the TERMINAl one keeps showing all the annoying info
When i go to extension setting for code runner it tells me there are no settings found, why is that?
Thank you very much, this is exactly what I was looking for!
In my Terminal of VS Code its showing something ( >> ) like this instead of showing path like ( C:\Users\Desktop\FileName ) this. Can you please help me to resolve this problem and to display normal path like ( C:\Users\Desktop\FileName ) this...!!!!
Didn't work for me. When I clicked on the Code Runner gear cog, it returned a message: No Settings Found.
I have a question does the font of vs code on Mac and windows is different? Which font do you use .. please tell
Just what I needed 👍🏻
Thank you my man!
This is so helpful! Thanks u so much!
thank you your video was much USEFULL.
My great mentor 🥰🥰🥰
Yes, you're right to go for the Sublime look. (And I won't pay for Sublime, as it's too expensive for me who's only an occasional user.)
Old news should be removed on RUclips, I am running Python 3.10, Code Runner looks NOTHING like before and stand on my head the commands dont work, period.
Kindly tell me the name of this vs code theme
Real good video, thanks.
Does this work for c++ ?
Thanx a lot. perfectly explained
Do you know what is super clean?
Your new hair cut😂😂👍
thanks it was really helpful !
very helpful thanks a lot sir!
code runner doesn't run as it supposed to even after setting the extension setting...
Can you make a REST api tutorial with django ?
I love your explication bro
set the code runner run in terminal setting for input.
Thanks man
Thanks Curry....
Thanks a lot!
1st Comment. This video is gonna be really helpful 👌🏻
Hope you enjoy!
Wow! It was helpful.
Very helpful thanks 👌🏾
Very helpful
Thank you so much
Great bro!!! 😉
Hey Caleb can you make a video about Windows 11!
Please help me run Java on vscode
Awesome 🔥
Needed that input() 😢
very helpful and encouraging ;)
Always @Caleb Curry
Thank you
Awesome 👍
Now my output window is always empty.
appreciate you havyyyy
Thanks for sharing sir. I was searching for this :)
for java pl
thak you very much
Not Working
Thankss
As always no1 tells u how to clear terminal
When i go to the extension settings for code runner it says there are no settings found, why is that?
same for me
thx men