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
When selecting text from a cell, then running the standard vscode keybinding (editor.action.clipboardCopyAction).
Instead of copying the selected text, an error is returned, Contributed command 'editor.action.clipboardCopyAction' does not exist.
Contributed command 'editor.action.clipboardCopyAction' does not exist.
Expected behavior is for copy of selected text to still work.
1.96.4
2024.11.0
Python
No response
Remote
The text was updated successfully, but these errors were encountered:
Yoyokrazy
No branches or pull requests
Applies To
What happened?
When selecting text from a cell, then running the standard vscode keybinding (editor.action.clipboardCopyAction).
Instead of copying the selected text, an error is returned,
Contributed command 'editor.action.clipboardCopyAction' does not exist.
Expected behavior is for copy of selected text to still work.
VS Code Version
1.96.4
Jupyter Extension Version
2024.11.0
Jupyter logs
Coding Language and Runtime Version
Python
Language Extension Version (if applicable)
No response
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
Remote
The text was updated successfully, but these errors were encountered: