Setup of Zephyr Plugin in Ozone When Loaded from VS Code

I am using Connect SDK v1.7.1 and Ozone v3.26b. When I click "Debug with Ozone" in VS Code, I receive the following warning in the Ozone console:

Project.SetOSPlugin ("ZephyrPlugin_CM4.js"): File not found.

I am able to correct this by entering the following commands in the Ozone console (see resolution of Case ID: 280799):

Project.SetOSPlugin ("ZephyrPlugin.js");
Window.Show ("Zephyr");

I could update "ozone.jdebug" and save the project locally, but I'd have to do this every time I make a new Ozone session. Is there any way to edit the source commands so that the Zephyr plug-in loads properly whenever I click "Debug with Ozone" in VS Code?

Thanks.

Related