提交 41a476e6 编写于 作者: J Johannes Rieken

update doc, fixes #13599

上级 22f78d72
......@@ -3837,8 +3837,7 @@ declare namespace vscode {
*
* When a section-identifier is provided only that part of the configuration
* is returned. Dots in the section-identifier are interpreted as child-access,
* like `{ myExt: { setting: { doIt: true }}}` and `getConfiguration('myExt.setting.doIt') === true`.
*
* like `{ myExt: { setting: { doIt: true }}}` and `getConfiguration('myExt.setting').get('doIt') === true`.
*
* @param section A dot-separated identifier.
* @return The full workspace configuration or a subset.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册