You are referring to an issue that is one year old, specific to Windoze, specific to not finding the executables.
Since āmosā is an executable command, it must reside somewhere in your path where code can find it to work.
The plugin works OK now on Linux, code version 1.48.2, Mongoose OS IDE version 0.6.0
If you have a specific issue on a specific environment please specify so someone with your environment is able to help you, and some of us donāt panic on such a subject.
What are the environment variables? please, I have windows 10 pro 64, download the lastest MOS, and the Lastest VSCODE and it does not works. I also copu the mos.exe file everywhere, also put in PATH c:\mos, and the vscode showme the error MGOS: Command āmos flash ā¦ā failed. thank you
Well, adding an environment variable to W7 (or any other version) is not something mos related.
To be able to run a program from the command line in your OS, you need to know how to use your OS and how to set the path in your command line interpreter.
If you then open a command line interpreter (shell, DOS prompt) you either run the program or get a ānot foundā error message. If (error message) then bad path
else If (GUI opens) then you didnāt pass enough parametersā¦