clever-plumber-29709
09/02/2020, 9:34 PMpulumi_aws
should the Data classes (https://www.pulumi.com/blog/announcing-python-tooling-improvements/#data-classes) be working? i'm on 3.2.1, but the s3.BucketWebsiteArgs
are not workinggentle-diamond-70147
09/02/2020, 9:36 PMmicroscopic-pilot-97530
pulumi
2.9.2 and pulumi_aws
3.2.1 packages.clever-plumber-29709
09/02/2020, 9:45 PMmicroscopic-pilot-97530
"python.analysis.typeCheckingMode": "basic"
When I open a project, after the Python extension is finished loading (shown in the status bar of VS Code), I click the Python interpreter that it is using and set it to the venv
for my project.clever-plumber-29709
09/02/2020, 10:14 PMmicroscopic-pilot-97530
pulumi_aws
3.2.1 installed in the venv? I don’t get any red squiggles and this is what I see when hovering over BucketWebsiteArgs
.venv/bin/python -m pip list
show?Package Version
---------- -------
Arpeggio 1.9.2
attrs 20.1.0
dill 0.3.2
grpcio 1.31.0
parver 0.3.0
pip 20.2.2
protobuf 3.13.0
pulumi 2.9.2
pulumi-aws 3.2.1
semver 2.10.2
setuptools 50.0.3
six 1.15.0
wheel 0.35.1
clever-plumber-29709
09/02/2020, 11:05 PM