We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc55f5 commit 01e9685Copy full SHA for 01e9685
ExtensionDocs/ContributionPoints/README.md
@@ -36,10 +36,14 @@ properties内配置的是一个jsonobject对象,该对象的key代表着要扩
36
}
37
38
```
39
+效果图如下:
40
+
41
+<img src="/static/snapshots/settings.png" style="zoom:50%" />
42
43
44
### commands
45
commands扩展点用于声明一个`命令`,`命令`可以通过`menus`扩展点和菜单关联到一起
-> 注意:当一个`命令`将要执行时,将会触发一个`onCommand:${commandId}`的activationEvent用于激活监听该`命令`的插件
46
+> 注意:当一个`命令`将要执行时,将会触发一个`onCommand:${commandId}`的[activationEvent](/ExtensionDocs/activation_event.md)用于激活监听该`命令`的插件
47
48
#### 示例
49
```json
static/snapshots/settings.png
84.9 KB
0 commit comments