Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix ionide#75: Add root_dir pattern for "*.fsx"
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.
- Loading branch information