https://pulumi.com logo
Title
f

few-postman-20852

03/07/2023, 9:17 AM
Hi! Anyone else experiencing issues with the TS server crashing in VScode when using the
@pulumi/azure-native
library? Looks like the library is too heavy for intellisense to load it in enough time.
e

echoing-dinner-19531

03/07/2023, 10:10 AM
It's a known issue, https://github.com/pulumi/pulumi-azure-native/issues/1997 the team have been investigating ways to either make the TS code footprint smaller, to import less at once, or to split into multiple packages. It's a relatively high priority work stream, just pretty tricky 😞
f

few-postman-20852

03/07/2023, 11:07 AM
Is there a way to ask the ts server to wait more?
e

echoing-dinner-19531

03/07/2023, 11:08 AM
I don't think so. You can give it more memory: https://github.com/pulumi/pulumi-azure-native/issues/1997#issuecomment-1447248996 but I don't think there's any settings to just increase the timeouts
f

few-postman-20852

03/07/2023, 11:28 AM