Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken authored and aeschli committed Jun 24, 2019
1 parent cdb0276 commit 44e034c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ declare module 'vscode' {
*
* *Note* that the value is `undefined` when there is no remote extension host but that the
* value is defined in all extension hosts (local and remote) in case a remote extension host
* exists. Use [`ExtensionContext#extensionKind`](#ExtensionContext.extensionKind) to know if
* exists. Use [`Extension#extensionKind`](#Extension.extensionKind) to know if
* a specific extension runs remote or not.
*/
export const remoteName: string | undefined;
Expand Down

0 comments on commit 44e034c

Please sign in to comment.