Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 69c6a40

Browse files
Include plugin-vscode-init inside node_modules for initializations of vscode extensions
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 9b00728 commit 69c6a40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extensions/eclipse-che-theia-plugin-remote/src/node/plugin-remote-init.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ export class PluginRemoteInit {
124124
// Bind VsCode system
125125
inversifyContainer.load(pluginVscodeBackendModule);
126126

127+
// include plugin-vscode-init inside node_modules for initializations of vscode extensions
128+
require('@theia/plugin-ext-vscode/lib/node/plugin-vscode-init');
129+
127130
inversifyContainer.bind(EnvVariablesServer).to(CheEnvVariablesServerImpl).inSingletonScope();
128131

129132
// override handler to our own class

0 commit comments

Comments
 (0)