youtype / boto3-ide

Code auto-complete and type checking for AWS boto3 in your VSCode
MIT License
20 stars 2 forks source link

Currently getting "command not found" error #7

Open DrewMcArthur opened 1 year ago

DrewMcArthur commented 1 year ago

image

extension v0.5.3 vs code v1.72.1

lmk if i can provide further debugging, tried uninstalling and reinstalling the extension - it has worked for me in the past on other projects, so not sure the issue.

DrewMcArthur commented 1 year ago

i'm using python v 3.9 for this project, but i see that seems like support was removed? this commit isn't the cause, is it?

vemel commented 1 year ago

Thank you for the report. No, I do not think that this commit is related to the issue you have. Let me test on py39.

vemel commented 1 year ago

@DrewMcArthur could you please try to remove and install the extension again? Looks like it is registered, but has no handlers.

pnjihia commented 1 year ago

Same issue, had to drop to v0.5.1

DrewMcArthur commented 1 year ago

@vemel just tried again to uninstall and reinstall, issue still present. i'll try dropping to v0.5.1 and see what happens!