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

Unify extension's and fortran-language-server's interface #306

Open
gnikit opened this issue Nov 25, 2021 · 2 comments
Open

Unify extension's and fortran-language-server's interface #306

gnikit opened this issue Nov 25, 2021 · 2 comments

Comments

@gnikit
Copy link
Member

gnikit commented Nov 25, 2021

Use json file parse settings to the extension similar to C++. The idea is to use that same json file to parse options to fortls. For that we will have to rewrite fortls to allow such flexibility.

@gnikit
Copy link
Member Author

gnikit commented Nov 25, 2021

This would also make trivial to solve #133

@gnikit
Copy link
Member Author

gnikit commented May 3, 2022

I have already added the base for this work by making VS Code watch .fortls and settings files. What we would now need is to either use the language server configure file or create a new one where the VS Code settings for building, linting, (server resolution possibly) will be stored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant