I’ve installed Code Runner and liked it.
In VSCode, without the Code Runner extension, we can run code without saving it. However, with Code Runner, we must save the file before running the code. Sometimes, I make a lot of changes in the code to test it, and I want to test everything before saving the file.
So, I need to run code without saving it in Code Runner.
How can i fix it?
Thanks very much.