We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isAI
CodeAction
The Typescript team has added Copilot suggestions to various refactors in VS Code. To bring similar functionality to python code, Pylance has enabled the implement inherited abstract classes with Copilot code action through the Github Copilot extension for Python files.
To display the sparkle icon for the code action instead of the regular light bulb icon, the isAI property needs to be set to true on the codeAction.
true
codeAction
The text was updated successfully, but these errors were encountered:
Issues created at vscode-languageserver-node and vscode-python repos:
vscode-languageserver-node
vscode-python
codeActionAI
PRs sent in vscode-languageserver-node and language-server-protocol:
language-server-protocol
llmGenerated
PR sent in vscode-python:
Sorry, something went wrong.
Next step would be after LSP ships it, implement it in Pylance.
StellaHuang95
No branches or pull requests
The Typescript team has added Copilot suggestions to various refactors in VS Code. To bring similar functionality to python code, Pylance has enabled the implement inherited abstract classes with Copilot code action through the Github Copilot extension for Python files.
To display the sparkle icon for the code action instead of the regular light bulb icon, the
isAI
property needs to be set totrue
on thecodeAction
.The text was updated successfully, but these errors were encountered: