Skip to content

Commit d5fbafe

Browse files
committed
Deprecate context property in Denops interface
1 parent 1d3d634 commit d5fbafe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

type.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ export interface Denops {
5858

5959
/**
6060
* Context object for plugins.
61+
*
62+
* @deprecate All plugins should manage their state by themselves and use `denops.dispatch` to communicate with other denops plugins directly.
6163
*/
6264
readonly context: Record<PropertyKey, unknown>;
6365

0 commit comments

Comments
 (0)