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 enabled, the VSCode extension prevents text from being pasted.
Version: 1.80.2 (Universal) Commit: 2ccd690cbff1569e4a83d7c43d45101f817401dc Date: 2023-07-27T21:05:41.366Z (9 mos ago) Electron: 22.3.14 ElectronBuildId: 22695494 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Darwin x64 23.3.0
1.30.0
yaml
Once the extension is disabled, copy-paste works as usual. Here's a relevant excerpt from Keyboard Shortcuts Troubleshooting log:
2024-05-02 11:59:15.724 [info] [KeybindingService]: / Received keydown event - modifiers: [meta], code: KeyV, keyCode: 86, key: v 2024-05-02 11:59:15.724 [info] [KeybindingService]: | Converted keydown event - modifiers: [meta], code: KeyV, keyCode: 52 ('V') 2024-05-02 11:59:15.725 [info] [KeybindingService]: | Resolving meta+[KeyV] 2024-05-02 11:59:15.725 [info] [KeybindingService]: \ From 5 keybinding entries, matched editor.action.clipboardPasteAction, when: no when condition, source: built-in. 2024-05-02 11:59:15.725 [info] [KeybindingService]: + Invoking command editor.action.clipboardPasteAction. 2024-05-02 11:59:15.730 [error] Cannot read properties of undefined (reading 'isCancellationRequested'): TypeError: Cannot read properties of undefined (reading 'isCancellationRequested') at d.<anonymous> (/Users/d.solovei/.vscode/extensions/redhat.java-1.30.0-darwin-x64/dist/extension.js:2:967366) at Generator.next (<anonymous>) at o (/Users/d.solovei/.vscode/extensions/redhat.java-1.30.0-darwin-x64/dist/extension.js:2:966443)
Text not pasted.
Text pasted.
The text was updated successfully, but these errors were encountered:
Closing as duplicate of #3631
Sorry, something went wrong.
No branches or pull requests
When enabled, the VSCode extension prevents text from being pasted.
Environment
1.30.0
Steps to reproduce
yaml
are fine)Once the extension is disabled, copy-paste works as usual.
Here's a relevant excerpt from Keyboard Shortcuts Troubleshooting log:
Current Result
Text not pasted.
Expected Result
Text pasted.
The text was updated successfully, but these errors were encountered: