michael-hoke commented on issue #595: URL: https://github.com/apache/daffodil-vscode/issues/595#issuecomment-1845772725
Current issue that we are running into is that when we try to use HTML to render a GUI, we are unable to import anything from the WebView we are using to produce the HTML. Our best guess at the moment is that whatever is responsible for packaging up dependencies to be used dynamically during runtime is not doing it correctly. Second best guess is that we are importing using the wrong path, but the files we are pointing to exist on disk in the location we expect them to exist (might be related to index.d.ts or .jms missing when expected). We used a guide (https://timheuer.com/blog/resx-editor-for-visual-studio-code/) to base our initial version of a WebView on, but that wasn't working due to the import issue. We tried using that extension (https://marketplace.visualstudio.com/items?itemName=TimHeuer.resx-editor) and it works fine. However, when we try to use the same methods in the DFDL extension, it does not. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
