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 glob typo for indexing config #2708

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix glob typo for indexing config #2708

wants to merge 2 commits into from

Conversation

vinistock
Copy link
Member

Motivation

The typo results in a glob pattern that doesn't work like expected since it's checking for directories.

@vinistock vinistock added the documentation Improvements or additions to documentation label Oct 10, 2024
@vinistock vinistock self-assigned this Oct 10, 2024
@vinistock vinistock requested a review from a team as a code owner October 10, 2024 21:35
vscode/README.md Outdated Show resolved Hide resolved
@vinistock vinistock enabled auto-merge (squash) October 10, 2024 21:44
"excludedPatterns": ["**/test/**.rb"],
"includedPatterns": ["**/bin/**"],
"excludedPatterns": ["**/test/**/*.rb"],
"includedPatterns": ["**/bin/**/*"],
"excludedGems": ["rubocop", "rubocop-performance"],
"includedPatterns": ["rake"],
Copy link
Contributor

Choose a reason for hiding this comment

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

Also just noticed we have a repeated key here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants