Tennie Henry

Results 15 issues of Tennie Henry

比如先打开一个 chrome 1,再打开一个 chrome 2,此时激活的是 chrome 2,当我使用全局热键打开 vscode,再使用全局热键激活 chrome 时,激活的是 chrome 1 希望是激活 chrome 2

这是我配置的: ![image](https://user-images.githubusercontent.com/55341525/181401939-71e3f856-bad7-4825-a71b-84ff55a3304a.png) ![image](https://user-images.githubusercontent.com/55341525/181402983-a6a0a9ad-55a4-4ca9-903e-89c2a3d6e2d5.png) 一直显示这个 但使用 ` + z 却可以打开 ![image](https://user-images.githubusercontent.com/55341525/181402645-ad831a33-8341-4717-8884-684e2e43a6bd.png) ![image](https://user-images.githubusercontent.com/55341525/181402726-d2166f08-8519-4448-a672-426951bff7e4.png) 看着配置一样啊

![image](https://user-images.githubusercontent.com/55341525/76273199-4509dc00-62b8-11ea-9a0e-4fbb71e25d09.png) 相同数据, 上面是 `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 里的数据是没有子级的...

Inactive
improvement

**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 键将循环选中文件名、整个文件和文件扩展名,以允许更灵活的键盘交互。 ![](https://code.visualstudio.com/assets/updates/1_71/renameToggle.gif) 由于 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...