Skip to main content

GitHub Copilot

VSCode extension - https://marketplace.visualstudio.com/items?itemName=GitHub.copilot

VSCode extension docs - https://code.visualstudio.com/docs/copilot/overview

copilot-debug

From https://code.visualstudio.com/updates/v1_96#_debugging-with-copilot

Use it by prefixing the command that you would normally run with copilot-debug. For example, if you normally run your program using the command python foo.py, you can now run copilot-debug python foo.py to start a debugging session.