Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the plugin detects debugpy is not installed in the active Python interpreter, it will go ahead and prompt the user to install it:

Image RemovedImage Added

2.2 - Installing universal_extension_bundle_1.2.0.zip

...

If the plugin detects the bundle is not present in stonebranch.uip, the plugin will show the following prompt:

Image RemovedImage Added

If the user selects Yes, then a dropdown will be shown to select the installation source.

...

As shown in the demo, the developer can change the API Level they want to target using:

Image RemovedImage Added

Clicking on UE API: 1.3.0 in the screenshot above will allow the developer to easily change the API Level. No additional change is required.

...

The VSCode debug toolbar has also been enhanced to include a “Terminate” button:

Image RemovedImage Added

This is used to force kill the Extension instance. This is useful if the Extension is stuck in an infinite loop (or in other blocking calls).

...