stevedlawrence commented on code in PR #1141:
URL: https://github.com/apache/daffodil-vscode/pull/1141#discussion_r1872024973
##########
webpack/ext-package.webpack.config.js:
##########
@@ -101,7 +101,7 @@ module.exports = /** @type WebpackConfig */ {
plugins: [
new CopyPlugin({
patterns: [
- // { from: 'build/package/.vscodeignore', to: pkg_dir },
+ { from: 'README.md', to: pkg_dir },
Review Comment:
Should this be ```to: `${pkg_dir}` ``` like the others?
--
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]