You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extending the idea for PULUMI_DEBUG_PROVIDERS but no into language
providers.
There is a missing piece that providers didn't need which is the ability
to inform the language of the engine address for sending messages the
other direction (ie for logging) (previously this was a parameter).
I added a basic RPC that will let the engine inject that (or anything
else needed in the future). IMO we should actually rename this at some
point to "Initialize Language Host" and pass everything that way and NOT
via CLI arguments, but for now just this.
Other languages will have to be done in their own repositories after
this lands.
dotnet issue: pulumi/pulumi-dotnet#398
java issue: pulumi/pulumi-java#1480
yaml issue: pulumi/pulumi-yaml#694
Blocked by pulumi#17821
See that PR for details and examples of how this is implemented in Go/Python/Nodejs
The text was updated successfully, but these errors were encountered: