sparse-intern-71089
06/26/2021, 9:09 AMbrave-planet-10645
06/26/2021, 3:42 PMred-match-15116
06/26/2021, 5:28 PMgreat-sunset-355
06/28/2021, 7:44 AMEnumValueSpec
and it looks like it can accept a Description and judging from the generated CannedAcl
. Providing EnumValueSpec.Description
will generate a docstring like this? Right? (while this docstring is valid and visible in PyCharm, VSCode ignores it 😞 )
I have an idea for how to contribute quite a bit of these Enums by pre-generating them from the API spec.
But I'd need a hand setting up dev env, I developed only a very simple application in Go a while ago (on a different machine)red-match-15116
06/28/2021, 3:54 PMI noticed that Enum members do not have their own docstrings.Fixed in https://github.com/pulumi/pulumi/pull/7374
ProvidingÂYes, once 7374 is piped through to the providers that will work. will generate a docstring like this? Right?EnumValueSpec.Description
But I’d need a hand setting up dev envYou’ll need to install go but other than that this should just involve adding the enums to
resources.go
and running make build
at the root.