Fresh VS Code + Connect IQ SDK + latest Oracle JDK on MS Windows, one device downloaded, Vivoactive 4, selected with Monkey C: Edit Products... and then this:
* Executing task in folder Analog: C:\Program Files\Common Files\Oracle\Java\javapath\java.exe -Xms1g -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar c:\Users\xyz123\AppData\Roaming\Garmin\ConnectIQ\Sdks\connectiq-sdk-win-4.1.5-2022-08-03-6e17bf167\bin\monkeybrains.jar -o bin\Analog.prg -f c:\Users\xyz123\AppData\Roaming\Garmin\ConnectIQ\Sdks\connectiq-sdk-win-4.1.5-2022-08-03-6e17bf167\samples\Analog\monkey.jungle -y C:\Users\xyz123\AppData\Roaming\Garmin\HSParadoxus_developer_key.gcik -d vivoactive4_sim -w
ERROR: vivoactive4: Invalid device ID found in the manifest: vivoactive_hr
ERROR: vivoactive4: Invalid device ID found in the manifest: descentmk1
ERROR: vivoactive4: Invalid device ID found in the manifest: fenix3
ERROR: vivoactive4: Invalid device ID found in the manifest: fenix5
ERROR: vivoactive4: Invalid device ID found in the manifest: d2bravo
ERROR: vivoactive4: Invalid device ID found in the manifest: d2charlie
ERROR: vivoactive4: Invalid device ID found in the manifest: fenix5s
ERROR: vivoactive4: Invalid device ID found in the manifest: fenix6
ERROR: vivoactive4: Invalid device ID found in the manifest: fr735xt
ERROR: vivoactive4: Invalid device ID found in the manifest: vivoactive
ERROR: vivoactive4: Invalid device ID found in the manifest: fr230
ERROR: vivoactive4: Invalid device ID found in the manifest: epix
ERROR: vivoactive4: Invalid device ID found in the manifest: fenix5x
ERROR: vivoactive4: Invalid device ID found in the manifest: fr630
ERROR: vivoactive4: Invalid device ID found in the manifest: vivoactive3
ERROR: vivoactive4: Invalid device ID found in the manifest: approachs60
ERROR: vivoactive4: Invalid device ID found in the manifest: d2bravo_titanium
ERROR: vivoactive4: Invalid device ID found in the manifest: fenixchronos
ERROR: vivoactive4: Invalid device ID found in the manifest: fr235
ERROR: vivoactive4: Invalid device ID found in the manifest: fr920xt
ERROR: vivoactive4: Invalid device ID found in the manifest: fenix3_hr
ERROR: vivoactive4: Invalid device ID found in the manifest: fr935
ERROR: Invalid device ID found.
com.garmin.connectiq.common.manifest.ManifestException: [102] Invalid device ID found.
at com.garmin.monkeybrains.Monkeybrains.runPRGCompiler(Monkeybrains.java:1454)
at com.garmin.monkeybrains.Monkeybrains.compileApplication(Monkeybrains.java:1335)
at com.garmin.monkeybrains.Monkeybrains.run(Monkeybrains.java:2774)
at com.garmin.monkeybrains.Monkeybrains.simpleMain(Monkeybrains.java:342)
at com.garmin.monkeybrains.Monkeybrains.main(Monkeybrains.java:371)
usage: monkeyc [-a <arg>] [-b <arg>] [-c <arg>] [-d <arg>] [-e]
[--Eno-invalid-symbol] [-f <arg>] [-g] [-h] [-i <arg>] [-k] [-l <arg>]
[-m <arg>] [-o <arg>] [-p <arg>] [-r] [-s <arg>] [-t] [-u <arg>] [-v]
[-w] [-x <arg>] [-y <arg>] [-z <arg>]
-a,--apidb <arg> API import file
-b,--apimir <arg> API MIR file
-c,--api-level <arg> API Level to target
-d,--device <arg> Target device
-e,--package-app Create an application package.
--Eno-invalid-symbolDo not error when a symbol is found to be invalid
-f,--jungles <arg> Jungle files
-g,--debug Print debug output
-h,--help Prints help information
-i,--import-dbg <arg> Import api.debug.xml
-k,--profile Enable profiling support
-l,--typecheck <arg> Type check [0=off, 1=gradual, 2=informative, 3=strict]
-m,--manifest <arg> Manifest file (deprecated)
-o,--output <arg> Output file to create
-p,--project-info <arg>projectInfo.xml file to use when compiling
-r,--release Strip debug information
-s,--sdk-version <arg> SDK version to target (deprecated, use -c
-t,--unit-test Enables compilation of unit tests
-u,--devices <arg> devices.xml file to use when compiling (deprecated)
-v,--version Prints the compiler version
-w,--warn Show compiler warnings
-x,--excludes <arg> Add annotations to the exclude list (deprecated)
-y,--private-key <arg> Private key to sign builds with
-z,--rez <arg> Resource files (deprecated)
* The terminal process "C:\Program Files\Common Files\Oracle\Java\javapath\java.exe '-Xms1g', '-Dfile.encoding=UTF-8', '-Dapple.awt.UIElement=true', '-jar', 'c:\Users\xyz123\AppData\Roaming\Garmin\ConnectIQ\Sdks\connectiq-sdk-win-4.1.5-2022-08-03-6e17bf167\bin\monkeybrains.jar', '-o', 'bin\Analog.prg', '-f', 'c:\Users\xyz123\AppData\Roaming\Garmin\ConnectIQ\Sdks\connectiq-sdk-win-4.1.5-2022-08-03-6e17bf167\samples\Analog\monkey.jungle', '-y', 'C:\Users\xyz123\AppData\Roaming\Garmin\HSParadoxus_developer_key.gcik', '-d', 'vivoactive4_sim', '-w'" terminated with exit code: 102.
* Terminal will be reused by tasks, press any key to close it.
Is this something new or have I missed some documentation?