Github copilot when using some models does not call the file save function so it tries to run code like:
cd "t:\TimeToLearn" && python test_trained_model.py
In the console nothing will appear... Why is this?
Well we found that it does not appear to call the file save correctly on new file creation in (Claude Sonnet 4) the most
In Visual Studio Code click on the file before running it with copilot and press CRTL + S
Boom now you fixed the first bug in your agentic coding future