I believe there is an issue with VSCode's intellis...
# python
m
I believe there is an issue with VSCode's intellisense when using
get_<some-resource>_output()
(for example
s3.get_bucket_output()
). The first screenshot is what autosuggestion shows using Python. The second one is using TypeScript instead. Is there any way to fix this ?