Skip to content

Commit 61d6cb1

Browse files
authored
refactor: mark ExtContext as deprecated
1 parent cf700b6 commit 61d6cb1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/core/src/shared/extensions.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ export const vscodeExtensionMinVersion = {
3131
remotessh: '0.74.0',
3232
}
3333

34-
/**
35-
* Long-lived, extension-scoped, shared globals.
36-
*/
34+
/** @deprecated Use `extensionGlobals.ts:globals` instead. */
3735
export interface ExtContext {
3836
extensionContext: vscode.ExtensionContext
3937
awsContext: AwsContext

0 commit comments

Comments
 (0)