未验证 提交 8aa21912 编写于 作者: K Kai Maetzel 提交者: GitHub

Merge pull request #87704 from zyctree/patch-1

Fix a typo in vscode.d.ts
...@@ -4298,7 +4298,7 @@ declare module 'vscode' { ...@@ -4298,7 +4298,7 @@ declare module 'vscode' {
* *
* The *effective* value (returned by [`get`](#WorkspaceConfiguration.get)) * The *effective* value (returned by [`get`](#WorkspaceConfiguration.get))
* is computed like this: `defaultValue` overridden by `globalValue`, * is computed like this: `defaultValue` overridden by `globalValue`,
* `globalValue` overridden by `workspaceValue`. `workspaceValue` overwridden by `workspaceFolderValue`. * `globalValue` overridden by `workspaceValue`. `workspaceValue` overridden by `workspaceFolderValue`.
* Refer to [Settings](https://code.visualstudio.com/docs/getstarted/settings) * Refer to [Settings](https://code.visualstudio.com/docs/getstarted/settings)
* for more information. * for more information.
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册