Skip to content

Commit

Permalink
README.md updates:
Browse files Browse the repository at this point in the history
- Add README.md to VSIX when built
- Update the minimum required node version for building.

Closes apache#1108
Closes apache#1136
  • Loading branch information
shanedell committed Dec 5, 2024
1 parent 178630f commit f1b483b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion webpack/ext-package.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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` },
Expand Down

0 comments on commit f1b483b

Please sign in to comment.