Skip to content

Exclude vscode folder from zips#3201

Merged
Crabcyborg merged 1 commit into
masterfrom
exclude_vscode_folder_from_zips
Jul 23, 2026
Merged

Exclude vscode folder from zips#3201
Crabcyborg merged 1 commit into
masterfrom
exclude_vscode_folder_from_zips

Conversation

@Crabcyborg

@Crabcyborg Crabcyborg commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Bug Fixes
    • Plugin archives now exclude Visual Studio Code configuration files, resulting in cleaner packaged plugins.

@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 76089426-cd36-4f04-ab4a-03c80bcef138

📥 Commits

Reviewing files that changed from the base of the PR and between 0fd1e6b and 0785b04.

📒 Files selected for processing (1)
  • bin/zip-plugin.sh

📝 Walkthrough

Walkthrough

The plugin archive command now excludes nested .vscode directories in addition to its existing exclusions.

Changes

Plugin packaging

Layer / File(s) Summary
Archive exclusion update
bin/zip-plugin.sh
Adds a zip exclusion pattern for */.vscode/* when generating the plugin archive.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: excluding the VS Code folder from zip archives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch exclude_vscode_folder_from_zips

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@deepsource-io

deepsource-io Bot commented Jul 23, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in 0fd1e6b...0785b04 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
PHP Jul 23, 2026 2:05p.m. Review ↗
JavaScript Jul 23, 2026 2:05p.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@Crabcyborg
Crabcyborg merged commit fbf5b7b into master Jul 23, 2026
44 of 48 checks passed
@Crabcyborg
Crabcyborg deleted the exclude_vscode_folder_from_zips branch July 23, 2026 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant