Using Copilot in VS Code
- Install a Python Interpreter
- Install VS Code
- Install the VS Code Python
Extension
- Click "Extensions" in the Activity Bar.
- Search "Python", and click "Install". (This automatically
installs
"Python Debugger" and "Python Environments".)
- Search "GitHub Copilot". (It seems to have been
installed.)
- Log in with your GitHub account.
- Now type the code "# Print 'Hello Copilot'."
- Ctrl + F5 to run.