shanedell commented on code in PR #664:
URL: https://github.com/apache/daffodil-vscode/pull/664#discussion_r1232819218


##########
src/launchWizard/launchWizard.js:
##########
@@ -18,12 +18,62 @@
 // Retrieve vscode api - Doing this multiple times causes issues with the 
scripts

Review Comment:
   So to further explain for any custom webview or anything we make we need to 
make a JS and TS file. This is because JS is used for talking to the UI/DOM and 
then the TS is used for calculating, importing packages to run tasks, etc. We 
need it this way as it how the API is designed that only JS can communicate to 
the UI/DOM and thats basically all it can do. Then TS is the opposite, where it 
can do most things except access the UI directly. I hope this makes sense, let 
me know if doesn't I can try to explain it better.



-- 
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]

Reply via email to