Shanedell commented on code in PR #117:
URL: https://github.com/apache/daffodil-vscode/pull/117#discussion_r889175326


##########
package.json:
##########
@@ -23,26 +23,37 @@
     "url": "https://github.com/apache/daffodil-vscode/issues";
   },
   "scripts": {
+    "omega-edit-download": "tsc -p ./ && node -e 
'require(\"./out/omega_edit/download.js\").downloadServer()'",

Review Comment:
   Yeah I can add something like
   ```json
   {
       "omegaEditServerHash": "<HASH>"
   }
   ```
   then the `download.ts` will read that in and verify it matches the trying to 
be downloaded server before it actually does a download.



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