ProblemSolver AIAutomatically prompt copilot to solve your problems using a single command. Solves the problem of rewritting or copy pasting the same common commands for different compile or runtime errors (or anything else appearing as a an error in vscode). A oneshot command that you can bind to a key-shortcut that tells copilot to go fix all your problems.
Common problems includes compile errors and runtime errors. Example of fixing multiple compile errors in csharp project:
Example of fixing runtime error in a python script:
You can configure the maximum amount of problems it tries to handle on each command invocation. Example user settings json:
|

