This is an automated email from the ASF dual-hosted git repository.
shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new 02bd451 README.md updates:
02bd451 is described below
commit 02bd451292e88fab8a866f0c88040a6071c8b296
Author: Shane Dell <[email protected]>
AuthorDate: Thu Dec 5 15:09:01 2024 -0500
README.md updates:
- Add README.md to VSIX when built
- Update the minimum required node version for building.
Closes #1108
Closes #1136
---
README.md | 2 +-
webpack/ext-package.webpack.config.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 625ecb2..a5587bb 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ This is an extension for Visual Studio Code (VS Code) which
enables the interact
- Java Development Kit (JDK) 8 or higher
- SBT 0.13.8 or higher
-- Node 10 or higher
+- Node 16 or higher
- Yarn (https://yarnpkg.com/getting-started/install)
## Download
diff --git a/webpack/ext-package.webpack.config.js
b/webpack/ext-package.webpack.config.js
index 7ecd6b3..12498f1 100644
--- a/webpack/ext-package.webpack.config.js
+++ b/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}` },
{ from: 'build/package/LICENSE', to: `${pkg_dir}` },
{ from: 'build/package/NOTICE', to: `${pkg_dir}` },
{ from: 'dist/styles.css', to: `${pkg_dir}/dist/styles.css` },