Plugin Host swallows PREFIX_THEIA_SUFFIX
Env Vars
#7084
Labels
debug
issues that related to debug functionality
plug-in system
issues related to the plug-in system
vscode
issues related to VSCode compatibility
If it's not doing any harm I propose to change the regex for filtering of Env Var to be passed on to the plugin host to mach for
^THEIA_
instead foTHEIA_
, cf.theia/packages/core/src/node/messaging/ipc-protocol.ts
Line 48 in a0e1fd2
The use case is the debug console where we miss some of the Env Vars.
The text was updated successfully, but these errors were encountered: