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

Commit

Permalink
Include plugin-vscode-init inside node_modules for initializations of…
Browse files Browse the repository at this point in the history
… vscode extensions

Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
  • Loading branch information
RomanNikitenko committed Sep 23, 2021
1 parent 9b00728 commit 69c6a40
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ export class PluginRemoteInit {
// Bind VsCode system
inversifyContainer.load(pluginVscodeBackendModule);

// include plugin-vscode-init inside node_modules for initializations of vscode extensions
require('@theia/plugin-ext-vscode/lib/node/plugin-vscode-init');

inversifyContainer.bind(EnvVariablesServer).to(CheEnvVariablesServerImpl).inSingletonScope();

// override handler to our own class
Expand Down

0 comments on commit 69c6a40

Please sign in to comment.