dfinity / vscode-motoko

Motoko language support for VS Code.
Apache License 2.0
42 stars 15 forks source link

Motoko deploy command ERROR #251

Closed bobekas closed 8 months ago

bobekas commented 8 months ago

When I attempted to deploy using the 'Motoko: Deploy' command in Visual Studio Code, I received the following error message: _'Request vscode-motoko/deploy-playground failed with message: Record is missing key "startpage".'

This occurred while trying to deploy a project to the Motoko playground.

Any suggestions on how to resolve this missing 'start_page' key issue would be greatly appreciated.

rvanasa commented 8 months ago

Thanks for the bug report! A recent change in the Motoko Playground interface was the underlying cause of this issue. This is now fixed in version 0.14.3 of the extension.

Let me know if you run into any other issues, and I'll do my best to get back to you as soon as possible. Cheers!

bobekas commented 8 months ago

@rvanasa, Hi there! 👋

Fantastic news! 🎉 Thanks a lot for the swift response and fix. I've updated to version 0.14.3, and everything looks great now. 🚀

I appreciate the quick turnaround and your dedication to maintaining the Motoko Playground Integration. If I come across any more issues, I'll be sure to let you know.

By the way, on a slightly different note, I was wondering about the Motoko base modules. Is it possible to have function and variable autocomplete for imported modules? This feature would be incredibly helpful for development. 🤔

Keep up the awesome work! 👍

Cheers! 🌟