Describe the issue: I recently installed the vscode-makecode extension in Visual Studio Code and started working on a main.py file. However, I've encountered an issue where the extension does not seem to recognize the commands from certain modules. Furthermore, I'm unable to see which commands are available for use, even though the code runs successfully. The absence of command suggestions or autocomplete features is proving to be quite challenging.
Here's what I've tried so far to resolve the issue:
- I verified that my Python environment in VS Code is set up correctly.
- I've attempted to search for a Python package named
makecode to install, but it appears that such a package does not exist.
- I've checked the settings of the
vscode-makecode extension and everything seems to be set up correctly.
- I made sure that both my VS Code and the
vscode-makecode extension are up-to-date.
Unfortunately, none of these steps have resolved the issue.

Additional context:
- Operating System: Windows 11
- VS Code Version: 1.78.2
vscode-makecode Extension Version: v1.0.1
I would appreciate any assistance you could provide on this issue.