shanedell commented on code in PR #664: URL: https://github.com/apache/daffodil-vscode/pull/664#discussion_r1232489849
########## src/launchWizard/launchWizard.js: ########## @@ -18,12 +18,62 @@ // Retrieve vscode api - Doing this multiple times causes issues with the scripts Review Comment: So the reason there is both `launchWizard` .ts and .js is because the webview UI will directly communicate to JS scripts. However, we may need some data that only be gotten through the typescript, such as different npm packages. So the posting message stuff done in both JS and TS is how we communicate from the WebView JS to the TypeScript code. -- 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]
