Tennie Henry
Tennie Henry
比如先打开一个 chrome 1,再打开一个 chrome 2,此时激活的是 chrome 2,当我使用全局热键打开 vscode,再使用全局热键激活 chrome 时,激活的是 chrome 1 希望是激活 chrome 2
这是我配置的:   一直显示这个 但使用 ` + z 却可以打开   看着配置一样啊
 相同数据, 上面是 `vue-elementui-bigdata-table`, 下面是 `el-table`
### What problem does this feature solve? 现在设置 checkStrictly 为 true 后,无法通过 shift 多选,我尝试了当按下 shift 后,将 checkStrictly 设置为 false,抬起 shift 后再设置为 true,表格父子关联勾选是没有问题的,但通过 rowSelection.onChange 获取的数据与表格勾选的数据不一致:比如我通过 shift 勾选了父级,这时候子级是没有勾选的,释放 shift 后,表格展示的子级也被勾选了,但 onChange 里的数据是没有子级的...
**What this PR does / why we need it**: fixes #8787 Some people like to jump according to the root directory, and some people like to jump according to the...
# [VSCode 1.71 发布](https://code.visualstudio.com/updates/v1_71) ## [资源管理器重命名选择改进](https://code.visualstudio.com/updates/v1_71#_explorer-rename-selection-improvements) 在对文件重命名后,按 F2 键将循环选中文件名、整个文件和文件扩展名,以允许更灵活的键盘交互。  由于 Mac 默认使用 enter 重命名,目前不支持此功能,可以通过改键实现 ```json { "key": "f2", "command": "renameFile", "when": "isMac && explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot &&...
- ArrowLeft: move the cursor left - ArrowRight: move the cursor right - Enter: submit before submit: - Space: move to the next word ant select it - Shift +...
**What this PR does / why we need it**: fixes #9061 ` + v and + s split pane not working on VSCode 1.90` **Which issue(s) this PR fixes** #9061...
**What this PR does / why we need it**: fixes #8783 add easymotionSearchLines **Which issue(s) this PR fixes** #8783 **Special notes for your reviewer**:
**What this PR does / why we need it**: fixes #8975 The literal string "" is substituted for the leader key when repeating a command-line command **Which issue(s) this PR...