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 #75: Add root_dir pattern for "*.fsx" #80

Merged
merged 1 commit into from
May 20, 2024

Conversation

greggyb
Copy link
Contributor

@greggyb greggyb commented May 18, 2024

Per discussion in #75, the LSP server is not started when opening a bare .fsx file (not in a directory with a git repo, project, or solution file), at least with some installations and setups.

Add wildcard pattern to match a root directory when it contains any "*.fsx" files, which, tautologically, and script file will match. Tested that this does start the server automatically for bare script files.

Per discussion in ionide#75, the LSP server is not started when opening a bare
.fsx file (not in a directory with a git repo, project, or solution
file), at least with some installations and setups.

Add wildcard pattern to match a root directory when it contains any
"*.fsx" files, which, tautologically, and script file will match. Tested
that this does start the server automatically for bare script files.
@cannorin cannorin merged commit 8e6004a into ionide:master May 20, 2024
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.

2 participants