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

Config ripgrep #924

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

Conversation

alaindresse
Copy link
Contributor

fixes issue #922

This pull request introduces several changes to enhance the asciidoc extension by adding new settings for file search functionality . The most important changes include adding the ability to use ripgrep for file searches, updating configuration files, and modifying the findFiles utility function.

Enhancements to file search functionality:

  • src/util/findFiles.ts: Added functionality to use ripgrep for searching files in the workspace, including handling custom paths and fallback to built-in ripgrep if not specified.

Configuration updates:

  • package.json: Added new configuration settings for findFiles to enable and configure the use of ripgrep.
  • .vscode/settings.json: Disabled format on save and enabled ESLint fixes on save.

Translation updates:

  • package.nls.de.json, package.nls.fr.json, package.nls.ja.json, package.nls.json: Updated translations to include descriptions for the new findFiles settings. [1] [2] [3] [4]

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