C
C#8mo ago
Pesar

❔ Console.Clear(); Issue

So, I'm having this issue and have no idea how to fix it, any ideas?
No description
22 Replies
Pesar
Pesar8mo ago
dont mind the gore that is my code
Thinker
Thinker8mo ago
Try setting the console in your .vscode/launch.json to integratedTerminal
Pesar
Pesar8mo ago
I dont have a launch.json file
Thinker
Thinker8mo ago
then how are you running this
Pesar
Pesar8mo ago
Idek 😭
No description
Thinker
Thinker8mo ago
odd
Pobiega
Pobiega8mo ago
is that vs codium perhaps? since you are getting the debugger warning
Pesar
Pesar8mo ago
yes wifi too slow to get vs community Should I just cope lmao
Pesar
Pesar8mo ago
These are my extensions rn
No description
Thinker
Thinker8mo ago
That can't be VSCodium Has to be standard VSCode Anyway, open the command pallette and type Generate Assets and there should be a command saying something like Generate Assets for Debug and Run, then run that
Pobiega
Pobiega8mo ago
then why is it giving the debugger warning?
Thinker
Thinker8mo ago
I think that warning always appears because MS is overprotective
Pesar
Pesar8mo ago
alright 1 moment away from pc rn sorry aaaaaa I see Ok now I'm getting absolutely no moutput
Pesar
Pesar8mo ago
what even
No description
Pesar
Pesar8mo ago
reflectronic
reflectronic8mo ago
what happens if you click "Terminal"
Pesar
Pesar8mo ago
I realize im stupid and should just go back to vs community thanks lmao
x0rld
x0rld8mo ago
btw use await Task.Delay(2000); instead of thread.sleep
Pesar
Pesar8mo ago
is there a bit difference? big*
x0rld
x0rld8mo ago
It's async In general It's eqsier to use task than thread
Pesar
Pesar8mo ago
alright tyty
Accord
Accord8mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.