Shanedell commented on PR #232:
URL: https://github.com/apache/daffodil-vscode/pull/232#issuecomment-1189036844
> This hardcodes `build/package`. What if we wanted to glob some other
directory? I'm not sure copyGlob want's to be specific to this directory.
Ideally it would be more generic.
Would something like be better, having a optional param `copyToRoot` and
this is how the file is determined
```typescript
let dst = copyToRoot
? path.join(pkg_dir, src.replace(path.dirname(src), ''))
: path.join(pkg_dir, src)
```
--
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]