diff --git a/packages/vscode-extension/src/DefaultVsCodeKieEditorChannelApiImpl.ts b/packages/vscode-extension/src/DefaultVsCodeKieEditorChannelApiImpl.ts index 825c5e832f2..b1a3112ace7 100644 --- a/packages/vscode-extension/src/DefaultVsCodeKieEditorChannelApiImpl.ts +++ b/packages/vscode-extension/src/DefaultVsCodeKieEditorChannelApiImpl.ts @@ -44,14 +44,14 @@ import { getNormalizedPosixPathRelativeToWorkspaceRoot, getWorkspaceRoot } from export class DefaultVsCodeKieEditorChannelApiImpl implements KogitoEditorChannelApi, JavaCodeCompletionChannelApi { constructor( - private readonly editor: VsCodeKieEditorController, - private readonly resourceContentService: ResourceContentService, - private readonly vscodeWorkspace: VsCodeWorkspaceChannelApiImpl, - private readonly backendProxy: BackendProxy, - private readonly vscodeNotifications: VsCodeNotificationsChannelApiImpl, - private readonly javaCodeCompletionApi: JavaCodeCompletionApi, - private readonly viewType: string, - private readonly i18n: I18n + protected readonly editor: VsCodeKieEditorController, + protected readonly resourceContentService: ResourceContentService, + protected readonly vscodeWorkspace: VsCodeWorkspaceChannelApiImpl, + protected readonly backendProxy: BackendProxy, + protected readonly vscodeNotifications: VsCodeNotificationsChannelApiImpl, + protected readonly javaCodeCompletionApi: JavaCodeCompletionApi, + protected readonly viewType: string, + protected readonly i18n: I18n ) {} public async kogitoWorkspace_newEdit(workspaceEdit: WorkspaceEdit) {