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

Exclude .vscode-test folder from manifest file detection #267

Closed
nagarjunsanji opened this issue Sep 23, 2024 · 0 comments · Fixed by #268
Closed

Exclude .vscode-test folder from manifest file detection #267

nagarjunsanji opened this issue Sep 23, 2024 · 0 comments · Fixed by #268

Comments

@nagarjunsanji
Copy link
Collaborator

Description

The .vscode-test folder contains a package.json file that is incorrectly being considered as a manifest file, causing the CLI to hang.

Steps to Reproduce

  1. Run the CLI command in a repository with a .vscode-test folder containing a package.json file.
  2. Observe the CLI hanging indefinitely.

Expected Behavior

The CLI should ignore the package.json file within the .vscode-test folder.

Proposed Solution

Add .vscode-test to the exclusion list to prevent the CLI from scanning this folder for manifest files.

@nagarjunsanji nagarjunsanji linked a pull request Sep 23, 2024 that will close this issue
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 a pull request may close this issue.

1 participant