Hi,
I'm new to the development for Garmin devices. I'm struggling with launching a project in VS Code.
Everything works OK from Eclipse (I hit the play button, a simulator starts and shows my app).
From VS Code I select 'Monkey C: Build Current Project' menu item, choose a device and then I see a similar command in the terminal, but the terminal to what I saw in Eclipse. But nothing happens.
> Executing task: java -Xms1g -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar /Users/valeriykovalenko/Library/Application Support/Garmin/ConnectIQ/Sdks/connectiq-sdk-mac-4.0.6-2021-10-06-af9b9d6e2/bin/monkeybrains.jar -o bin/MyApp.prg -f /Users/valeriykovalenko/Projects/Garmin/MyyApp/monkey.jungle -y /Users/valeriykovalenko/Projects/Keys/Garmin KEYS/developer_key -w -d descentmk2s_sim <
> Terminal will be reused by tasks, press any key to close it.
I might be missing some basic steps, but I'm struggling with finding any documentation or tutorial. I wonder if anyone can help me?