We have created a unique VSCode WebView extension, strictly for our own internal use. This WebView provides the ability to capture Domain Driven Design models that are code generated into Microservice API. One of the type editors we added supports JSON Schema, and we utilized an OpenSource React component to implement this editor. We were extremely careful to not implement any popups with the WebView extension however this JSON Schema editor does implement a number of modal dialogs which do not surface when inside our custom VSCode WebView extension.
I am looking for a workaround to the restriction in VSCode WebView Extension.
