Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix exclusion of project files #273

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Conversation

Jentsch
Copy link
Contributor

@Jentsch Jentsch commented Oct 8, 2024

Hello, while playing around with the extension is saw that included more files in its build than nessary.

vsce ls --yarn shows now:

  • CHANGELOG.md
  • images/smooth-spiral.png
  • language-configuration.json
  • LICENSE.md
  • package.json
  • README.md
  • syntaxes/Scala.tmLanguage.json

Before it included also:

  • .github/workflows/cla.yml
  • .github/workflows/continuous-integration.yml
  • .github/workflows/deploy.yml
  • project/scripts/check-cla.sh
  • syntaxes/.gitkeep

`vsce ls --yarn` shows now:
- CHANGELOG.md
- images/smooth-spiral.png
- language-configuration.json
- LICENSE.md
- package.json
- README.md
- syntaxes/Scala.tmLanguage.json

Before it included also:
- .github/workflows/cla.yml
- .github/workflows/continuous-integration.yml
- .github/workflows/deploy.yml
- project/scripts/check-cla.sh
- syntaxes/.gitkeep
Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@tgodzik tgodzik merged commit 81325ea into scala:main Oct 8, 2024
2 checks passed
@Jentsch Jentsch deleted the fix-exclusion branch October 9, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants