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.
2 parents 3bd3f86 + 6a311a0 commit 01af5dbCopy full SHA for 01af5db
ExtensionDocs/ContributionPoints/README.md
@@ -2,7 +2,7 @@
2
3
### configuration
4
configuration扩展点,会将扩展的配置项注册到HBuilderX的全局可视化配置里`设置`-`插件配置`。
5
-扩展
+
6
#### 示例
7
```json
8
"contributes": {
@@ -251,4 +251,4 @@ when表达式用来动态的判断某个条件是否满足(即表达式的运算
251
|editorTextFocus |Boolean|当前激活的编辑器是否有焦点 |
252
|langId |String |当前激活的编辑器打开的文档的编程语言id,完整语言Id列表参见[这里](/ExtensionDocs/Api/README.md#languageId)|
253
|config.* |Any |获取某个配置项的值,例子: `config.editor.fontSize` |
254
-
0 commit comments