Microsoft/vscode
在 GitHub 查看[iPadOS] Can't use shortcuts to copy/paste a line in editor
Open
#141,042 创建于 2022年1月20日
bugeditor-clipboardhelp wantedios-ipados
仓库指标
- Star
- (74,848 star)
- PR 合并指标
- (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)
描述
Does this issue occur when all extensions are disabled?: Yes
- Version: 1.63.2
- Commit: 899d46d82c4c95423fb7e10e68eba52050e30ba3
It seems like vscode handovers copy/paste/cut to browser. However, action Copy Line Down/Up works as expected.
Steps to Reproduce:
- Open monaco-editor or vscode.dev.
- Create a new file and enter some text.
- Copy/Cut/Paste without selection:
3.1. by stroking
cmd + c/x/vwith an external keyboard. 3.2. fromworkbench.action.showCommands. 3.3. from right-click menu.
Expected behaviour:
Copy/Cut/Paste the whole line.
Actual behaviour:
Copy/Cut won't work. Paste only works for clipboard item.