提交 a23d32dc 编写于 作者: A anantoghosh 提交者: GitHub

Fix Incorrect links in "vscode namespace API" Doc

 In description for ExtensionContext -> storagePath, links to globalState and workspaceState are incorrect and lead to an error page.
上级 94f8efcb
......@@ -3291,8 +3291,8 @@ declare module 'vscode' {
* can store private state. The directory might not exist on disk and creation is
* up to the extension. However, the parent directory is guaranteed to be existent.
*
* Use [`workspaceState`](ExtensionContext#workspaceState) or
* [`globalState`](ExtensionContext#globalState) to store key value data.
* Use [`workspaceState`](#ExtensionContext.workspaceState) or
* [`globalState`](#ExtensionContext.globalState) to store key value data.
*/
storagePath: string;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册