Skip to content

Commit 01e9685

Browse files
committed
补充下configuration扩展点示例的效果图
1 parent fbc55f5 commit 01e9685

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ExtensionDocs/ContributionPoints/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@ properties内配置的是一个jsonobject对象,该对象的key代表着要扩
3636
}
3737
}
3838
```
39+
效果图如下:
40+
41+
<img src="/static/snapshots/settings.png" style="zoom:50%" />
42+
3943

4044
### commands
4145
commands扩展点用于声明一个`命令``命令`可以通过`menus`扩展点和菜单关联到一起
42-
> 注意:当一个`命令`将要执行时,将会触发一个`onCommand:${commandId}`的activationEvent用于激活监听该`命令`的插件
46+
> 注意:当一个`命令`将要执行时,将会触发一个`onCommand:${commandId}`[activationEvent](/ExtensionDocs/activation_event.md)用于激活监听该`命令`的插件
4347
4448
#### 示例
4549
```json

static/snapshots/settings.png

84.9 KB
Loading

0 commit comments

Comments
 (0)