Here is the notepad stuff for the PowerShell users so you don't have to write it out yourself. function prompt { $path = $(Get-Location).Path $path = $path.ToLower() -replace '^([a-z]):', '/$1' -replace '\\', '/' Write-Host "" Write-Host $path -ForegroundColor Green Write-Host "> " -NoNewLine -ForegroundColor Green }
i don't know if this just happened for me but if you want to see the directory of the file when running your code you have to enable the setting 'Code-runner: File Directory as CWD'.
Whatever you do, DO NOT enable the glowing text on the theme. It will display an error EVERY time you start vscode. And the only way to get rid of it that i found is to completely reinstall vscode
Theres a channel called BroCode I think and he use's PyCharm and to hide certain output he just changes the background and foreground colors. Just a thought.
Here is the notepad stuff for the PowerShell users so you don't have to write it out yourself.
function prompt {
$path = $(Get-Location).Path
$path = $path.ToLower() -replace '^([a-z]):', '/$1' -replace '\\', '/'
Write-Host ""
Write-Host $path -ForegroundColor Green
Write-Host "> " -NoNewLine -ForegroundColor Green
}
thank you ❤❤
PowerShell is the Microsoft Edge of the shells
Bro finally showed us his theme.
i don't know if this just happened for me but if you want to see the directory of the file when running your code you have to enable the setting 'Code-runner: File Directory as CWD'.
YESSS I (along with others) COMMENTED FOR THE TERMINAL THEME THANK YOU VERY MUCH
There's actually an option for clearing previous output in the settings for code runner, as opposed to appending "clear" or "cls" to the executor map.
Code Runner's clearing option doesn't clear the terminal cleanly for me.
7:06 why did you used notepad :/
just use vscode
code $profile
Amazing video!!
What did you use to remove the rounded window corners? Looks nice
Great Video, thank you for sharing
what about Linux users?
Whatever you do, DO NOT enable the glowing text on the theme. It will display an error EVERY time you start vscode. And the only way to get rid of it that i found is to completely reinstall vscode
Thanks, Very Helpful.
Thank you 😊
Are you going to reupload your video on particle swarm optimization or is it available on another platform?
Thank you
Oh, these might be applicable to JetBrains IDEs, too
Theres a channel called BroCode I think and he use's PyCharm and to hide certain output he just changes the background and foreground colors. Just a thought.
Bro I thought you're neovim/helix user 😢
I use vim btw
Absolutely must watch video ! Thank you very much for such a usefull tricks. Can you please do the same for Intelij Idea ?
I wish he had show how to change conda env name color too...
Can you share same for mac users
Sleek!
BroCode 2.0