interactive
interactive copied to clipboard
Copilot and PowerShell
I see the latest GitHub Copilot updates in the notebook, you can pose your question and after the models response you get the Accept & Run button.
When I am in a PowerShell cell, do a prompt, the model responds with Python.
Is there a way to give Copilot the context that I am in a PS cell? I can add use powershell to the prompt and that works, and it also takes the cells content as context.
I'm guessing it uses the Copilot implementation to glean context fron the entire nb , files open etc.
Than kyou