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

refactor: use "files" instead of .vscodeignore #13

Closed
wants to merge 1 commit into from

Conversation

lewxdev
Copy link
Owner

@lewxdev lewxdev commented Jul 10, 2024

as of @vscode/[email protected], vsce ls supports the more minimal files
allowlist in package.json in addition to the .vscodeignore file.
this removes the need for a .vscodeignore file in the project root.
(the @vscode/vsce package has also been updated to ^2.25.0.)

see: microsoft/vscode-vsce#867

as of `@vscode/[email protected]`, `vsce ls` supports the more minimal `files`
allowlist in `package.json` in addition to the `.vscodeignore` file.
this removes the need for a `.vscodeignore` file in the project root.
(the `@vscode/vsce` package has also been updated to `^2.25.0`.)

see: microsoft/vscode-vsce#867
@lewxdev
Copy link
Owner Author

lewxdev commented Jul 10, 2024

this will end up being unnecessary, since this is undone by #16

@lewxdev lewxdev closed this Jul 10, 2024
@lewxdev lewxdev deleted the files-allowlist branch July 10, 2024 11:27
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.

1 participant