Skip to content

Commit

Permalink
update: 更新vscode配置
Browse files Browse the repository at this point in the history
  • Loading branch information
winchesHe committed Aug 21, 2023
1 parent 17c881e commit a09c28e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/src/feature/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,15 @@ title: Vscode 特性配置

## Mac

- `shift + cmd + L` 全选匹配词,类似于全选`cmd + D`
- `shift + cmd + L` 全选匹配词,类似于全选`cmd + D`

## 为性能开销较大的插件单独开线程运行

```json
{
"extensions.experimental.affinity": {
"pub.name": 1,
"pub.name2": 2
}
}
```

0 comments on commit a09c28e

Please sign in to comment.