Complete

Fixed with 0.1.4.

Visual Studio Code extension - Cannot Run App on MacOS

Hi there!

First of all thanks for the VSC extension, I do not like the heavy weight Eclipse and use VSC for other projects / languages and thus I am glad I will be able to use a single dev environment.

All seems to work just fine except for the Run App.

Initially I had issues with the path of the jar file on my Mac that was failing because of the space in it: -jar /Users/tku/Library/Application Support/Garmin/ConnectIQ/Sdks/connectiq-sdk-mac-3.2.3-2020-10-13-c14e609bd/bin/monkeybrains.jar. I had upgraded my java and it has gone away.

The build output could be more verbose (not a P1 issue though) ... currently it does not say anything when successful, just the java statement and then: Terminal will be reused by tasks, press any key to close it.

But, if I do Run App, I get nothing ... no output in terminal, output, debug console, just nothing. And nothing starts either.

Any ideas? Thanks in advance!

Parents Comment Children
  • This should be addressed in 0.1.4 with some modification to an SDK file. The next SDK release should prevent having to modify the SDK file. See the announcement post for details.

  • Sorry for not stating in the last post.

    Yes, I ran it multiple times. When VSC is fresh started, then the first run even prompts me for a device. It starts the simulator window but there is no device in it (just blank white screen). Then I tried the second time. Nothing happened. Tried many more times with the same result.

    If I close the simulator window and run app again, it will not prompt for the device anymore and still does the same as above - blank white screen screen. Subsequent runs have no effect. :/

    Would love to help with some stack trace or debug log but there is nothing in the consoles / terminal.