mbeckerle commented on code in PR #402:
URL: https://github.com/apache/daffodil-vscode/pull/402#discussion_r1087291530
##########
src/launchWizard/launchWizard.ts:
##########
@@ -152,38 +152,7 @@ async function openFilePicker(description) {
title: description,
})
.then(async (fileUri) => {
- if (fileUri && fileUri[0]) {
Review Comment:
To do that I need to up my game on daffodil-vscode.
I need to know how to build and deploy it locally based on a git sandbox,
and how to tell it to use the local sandbox daffodil snapshot instead of using
a released one.
Presumably you guys who are actively developing on this do this all the
time, but I have yet to do this.
Instructions are where?
--
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]