Skip to content

feat: allow walking only the generated sources folder #18

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

Closed
wants to merge 4 commits into from
Closed

feat: allow walking only the generated sources folder #18

wants to merge 4 commits into from

Conversation

AlexandrosAlexiou
Copy link
Contributor

@AlexandrosAlexiou AlexandrosAlexiou commented Dec 6, 2024

  • Add logic to allow walking only the generated sources inside the target folder to find the generated sources (java or kotlin files).

Fixes fwcd/kotlin-language-server#601

- The assertion should verify that every insert text starts `println`
since result can be "println(${1:message})"
@AlexandrosAlexiou AlexandrosAlexiou changed the title feat: allow walking generated sources inside target folder feat: allow walking only the generated sources inside target folder Dec 6, 2024
@AlexandrosAlexiou AlexandrosAlexiou changed the title feat: allow walking only the generated sources inside target folder feat: allow walking only the generated sources folder Dec 6, 2024
- Add test setup/cleanup with temp workspace and gitignore file
- Add new test cases for gitignore pattern exclusions
- Update existing tests for cross-platform compatibility
- Test various gitignore patterns (wildcards, directories, extensions)
@AlexandrosAlexiou AlexandrosAlexiou closed this by deleting the head repository Jan 26, 2025
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.

Neovim setup generated sources
1 participant