I tried to activate Mongoose OS IDE in Visual Studio Code, but still no success.
After starting VSC I can see message:
Too old mos tool: “mos ports” failed. Run “mos update latest”
As I can understand VSC cant find mos tool. I still cant understand where it should be and how it can be found by VSC extenstion (I copied in “c:/mos” folder)
Maybe there is any totorial how to setup IDE?
Or any advise to setup any IDE with autocompletion…
Mongoose OS provides an experimental Visual Studio Code plugin, that integrates Mongoose OS support into the VSCode. To install it, run VSCode, search and install a “Mongoose OS IDE” extenstion.
Here are the steps I used to install mongoose os as described here:
brew tap cesanta/mos
brew install mos
mos
I also tried it using curl:
curl -fsSL https://mongoose-os.com/downloads/mos/install.sh | /bin/bash
Installing from Homebrew…
Updating Homebrew…
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/cask and caskroom/cask).
No changes to formulae.
Warning: cesanta/mos/mos 2.12.1 is already installed and up-to-date
To reinstall 2.12.1, run brew reinstall mos
The Mongoose OS command line tool
Version: 2.12.1
Build ID: 2.12.1~brew
Update channel: release
Installing worked fine thought in the first place and I can execute mos which brings up no browser but the application shown in the setup guide.