Super Clean Visual Studio Code Setup (Clutter Free Output)

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 94

  • @codebreakthrough
    @codebreakthrough  3 года назад +8

    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.

    • @fredericaube7636
      @fredericaube7636 2 года назад

      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...

  • @supergamezonline2905
    @supergamezonline2905 Год назад +5

    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

    • @archer1389
      @archer1389 Год назад

      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

    • @supergamezonline2905
      @supergamezonline2905 Год назад

      i prob gonna need to learn json Just because of that lol

  • @sjomar6520
    @sjomar6520 2 года назад +11

    Exactly what I needed. This was super helpful. Thank you!

  • @VLantoyMC
    @VLantoyMC Год назад +1

    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

  • @baguettegott3409
    @baguettegott3409 16 дней назад

    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 :)

  • @dw3743
    @dw3743 11 месяцев назад

    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!

  • @bhavanag4594
    @bhavanag4594 Год назад

    2:02 how did you get the lock button

  • @brenosales6514
    @brenosales6514 Год назад +1

    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?

  • @JohnWick-ds5wb
    @JohnWick-ds5wb Год назад +1

    thank you so much brother , this is the only video on youtube that perfectly matches with topic i need...
    just thank you

  • @theflash5066
    @theflash5066 2 года назад +3

    When I went to extensions it just said:
    “No settings found”
    What can I do about it?

    • @valerio9470
      @valerio9470 2 года назад

      I restarted my pc and it worked

  • @Dethkraft
    @Dethkraft 3 года назад

    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.

  • @ninjakiwigames5418
    @ninjakiwigames5418 Год назад

    Tnx! I really didn't like how cluttered the output was and knew you could change it but not how. This video really helped.

  • @OscarPerez-hh2qi
    @OscarPerez-hh2qi 2 года назад +4

    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!

    • @sean3000
      @sean3000 Год назад +1

      Same issue. Any luck fixing it?

    • @ElMythLlll
      @ElMythLlll Год назад

      try ctrl + alt + N

  • @maxtinka6992
    @maxtinka6992 2 года назад +1

    Very helpful especially with clearing out clutter

  • @bazinga73gu59
    @bazinga73gu59 Год назад

    hello, I want to ask why my vscode show "No Setting Found" after I click extension setting?

  • @shakshamsinghrajput2365
    @shakshamsinghrajput2365 2 года назад

    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

  • @pratikvartak6387
    @pratikvartak6387 3 года назад +1

    Watching caleb cury from green board to this beauty setup 🤩

    • @chumakatzlunika4505
      @chumakatzlunika4505 3 года назад

      oh yeah just to think of it ...its a very smooth improvement !

  • @vigneshm827
    @vigneshm827 Год назад +1

    How restore the default terminal location? please tell me bro.

  • @jamesgamblejr3397
    @jamesgamblejr3397 3 месяца назад

    Is it possible to "Clean up" the Terminal? I want to remove the file path and clear previous in the Terminal as well

  • @KelpKrush
    @KelpKrush 20 дней назад

    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.

  • @MohAmuza
    @MohAmuza 2 года назад +1

    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.

  • @Christian-ob9cf
    @Christian-ob9cf 3 года назад

    A nice use-case for showing execution messages:
    BENCHMARK.

  • @Echo04lily
    @Echo04lily 5 месяцев назад

    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?

  • @garybouiw
    @garybouiw 8 месяцев назад

    Just what I was looking for. Thank you so much! :)

  • @burstfireno1617
    @burstfireno1617 2 года назад

    Maaaaan exactly what i was loking for 🤩

  • @murahariashok3976
    @murahariashok3976 Год назад

    Thank you so much. I was looking from half an our. Finally found.

  • @dustinhxc
    @dustinhxc Год назад

    OMG thank you! Love this theme and the shortcut and the output window!

  • @calscode
    @calscode 3 года назад

    omg you changed a lot from last year!!!

  • @RoninjaTA
    @RoninjaTA Год назад

    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

  • @itay5825
    @itay5825 2 года назад

    When i go to extension setting for code runner it tells me there are no settings found, why is that?

  • @UpLateTrueCrime
    @UpLateTrueCrime 2 года назад

    Thank you very much, this is exactly what I was looking for!

  • @AKASHBSHETTY
    @AKASHBSHETTY Год назад

    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...!!!!

  • @scottspector1454
    @scottspector1454 9 месяцев назад

    Didn't work for me. When I clicked on the Code Runner gear cog, it returned a message: No Settings Found.

  • @Star_Bawa9
    @Star_Bawa9 3 года назад

    I have a question does the font of vs code on Mac and windows is different? Which font do you use .. please tell

  • @vinay_dias
    @vinay_dias 3 года назад +1

    Just what I needed 👍🏻

  • @devonzway7853
    @devonzway7853 2 года назад

    Thank you my man!

  • @SunnySmile0420
    @SunnySmile0420 9 месяцев назад

    This is so helpful! Thanks u so much!

  • @Raciest80085
    @Raciest80085 5 месяцев назад

    thank you your video was much USEFULL.

  • @newworld4252
    @newworld4252 3 года назад +1

    My great mentor 🥰🥰🥰

  • @shimmeringreflection
    @shimmeringreflection 2 года назад

    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.)

  • @zachieJdebeer
    @zachieJdebeer 2 года назад +3

    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.

  • @abhishekamoli942
    @abhishekamoli942 2 года назад

    Kindly tell me the name of this vs code theme

  • @mr_dodex
    @mr_dodex Год назад

    Real good video, thanks.

  • @sarmalutecusmantana
    @sarmalutecusmantana Год назад

    Does this work for c++ ?

  • @adnanmemon3057
    @adnanmemon3057 2 года назад

    Thanx a lot. perfectly explained

  • @onurcanisler
    @onurcanisler 3 года назад +1

    Do you know what is super clean?
    Your new hair cut😂😂👍

  • @CuriosityCornerToday
    @CuriosityCornerToday 2 года назад

    thanks it was really helpful !

  • @senuth_480
    @senuth_480 2 года назад

    very helpful thanks a lot sir!

  • @YM-lm8xr
    @YM-lm8xr 3 года назад

    code runner doesn't run as it supposed to even after setting the extension setting...

  • @vinay_dias
    @vinay_dias 3 года назад

    Can you make a REST api tutorial with django ?

  • @hossamelatmani5940
    @hossamelatmani5940 2 года назад

    I love your explication bro

  • @NFvidoJagg2
    @NFvidoJagg2 3 года назад

    set the code runner run in terminal setting for input.

  • @MaZaKeRaL
    @MaZaKeRaL Год назад

    Thanks man

  • @Anonymous-pr8jd
    @Anonymous-pr8jd 2 года назад

    Thanks Curry....

  • @Speak4Yourself2
    @Speak4Yourself2 Год назад

    Thanks a lot!

  • @Abhisheks-YT
    @Abhisheks-YT 3 года назад +2

    1st Comment. This video is gonna be really helpful 👌🏻

  • @Achyutaryaa
    @Achyutaryaa 3 года назад

    Wow! It was helpful.

  • @craignyatondo5521
    @craignyatondo5521 2 года назад

    Very helpful thanks 👌🏾

  • @zawadahmed5484
    @zawadahmed5484 3 года назад +1

    Very helpful

  • @maxjohnson7623
    @maxjohnson7623 2 года назад

    Thank you so much

  • @angelovpetar63
    @angelovpetar63 Год назад

    Great bro!!! 😉

  • @that404nerd
    @that404nerd 3 года назад +2

    Hey Caleb can you make a video about Windows 11!

  • @mymacbook1464
    @mymacbook1464 3 года назад

    Please help me run Java on vscode

  • @pk_notes
    @pk_notes 3 года назад

    Awesome 🔥

  • @falls2180
    @falls2180 Год назад

    Needed that input() 😢

  • @snzjnk4647
    @snzjnk4647 2 года назад

    very helpful and encouraging ;)

  • @supersoniqamanyi3075
    @supersoniqamanyi3075 4 месяца назад

    Always @Caleb Curry

  • @Kaleabe25
    @Kaleabe25 2 года назад

    Thank you

  • @isyedaliraza
    @isyedaliraza 3 года назад

    Awesome 👍

  • @anandamon9351
    @anandamon9351 2 года назад

    Now my output window is always empty.

  • @retroo3186
    @retroo3186 9 месяцев назад

    appreciate you havyyyy

  • @neontuts5637
    @neontuts5637 3 года назад

    Thanks for sharing sir. I was searching for this :)

  • @southparkep4091
    @southparkep4091 8 месяцев назад

    for java pl

  • @abc-ku2zw
    @abc-ku2zw Год назад

    thak you very much

  • @NajmulHaqueB_
    @NajmulHaqueB_ 2 месяца назад

    Not Working

  • @ribbon.mecapeca
    @ribbon.mecapeca 8 месяцев назад

    Thankss

  • @skdkdmdmsjdjdj2377
    @skdkdmdmsjdjdj2377 Год назад

    As always no1 tells u how to clear terminal

  • @itay5825
    @itay5825 2 года назад +1

    When i go to the extension settings for code runner it says there are no settings found, why is that?

  • @andreimadroane9579
    @andreimadroane9579 Год назад

    thx men