mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
docs: more precise description for exports in Extension (#144947)
more precise description for exports in Extension
This commit is contained in:
Vendored
+2
-2
@@ -6538,8 +6538,8 @@ declare module 'vscode' {
|
||||
extensionKind: ExtensionKind;
|
||||
|
||||
/**
|
||||
* The public API exported by this extension. It is an invalid action
|
||||
* to access this field before this extension has been activated.
|
||||
* The public API exported by this extension (return value of `activate`).
|
||||
* It is an invalid action to access this field before this extension has been activated.
|
||||
*/
|
||||
readonly exports: T;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user