Skip to content

Commit

Permalink
Add README.md to VSIX when built
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedell committed Dec 5, 2024
1 parent 178630f commit 3222672
Showing 1 changed file with 1 addition and 1 deletion.
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 3222672

Please sign in to comment.