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

Make lsp-fsharp directory exclusion more configurable #4049

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

Conversation

Gastove
Copy link
Contributor

@Gastove Gastove commented May 13, 2023

This PR allows users of this code to add extra directories to be ignored during project loading, which can be extremely useful while also using toolsets like Nix (which may symlink other F# projects in to the repo, thus confounding project loading).

Closes #4048.

This commit allows users of this code to add extra directories to be ignored
during project loading, which can be extremely useful while also using toolsets
like Nix (which may symlink other F# projects in to the repo, thus confounding
project loading).
@github-actions github-actions bot added the client One or more of lsp-mode language clients label May 13, 2023
(defcustom lsp-fsharp-workspace-extra-exclude-dirs '()
"Additional directories to exclude from FsAutoComplete workspace loading / discovery."
:group 'lsp-fsharp
:type '(repeat string))
Copy link
Member

Choose a reason for hiding this comment

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

it should be lsp-string-vector. Why did you change the default?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh jeeze, I completely lost track of this. Apologies!

I'll get this updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client One or more of lsp-mode language clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make lsp-fsharp more configurable
2 participants