You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Currently, we accept in our initialization options the markup kind to use for all calls. LSP has its own options given in the client capabilities for this, which we should use instead.
For #720.
Fixes#608.
Fixes#678.
This is the first set of configuration cleanup changes. This is a backwards compatible change, and will work on the existing build of the extension.
A future PR will modify how searchPaths and get_search_paths.py work.
jakebailey
added a commit
to jakebailey/python-language-server
that referenced
this issue
Nov 1, 2019
For microsoft#720.
Fixesmicrosoft#608.
Fixesmicrosoft#678.
This is the first set of configuration cleanup changes. This is a backwards compatible change, and will work on the existing build of the extension.
A future PR will modify how searchPaths and get_search_paths.py work.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, we accept in our initialization options the markup kind to use for all calls. LSP has its own options given in the client capabilities for this, which we should use instead.
https://github.com/Microsoft/python-language-server/blob/037d2485f5b5de16eee87e7adff2e1efbca0b859/src/LanguageServer/Impl/Implementation/Server.cs#L127-L136
Each of those sources can be given their own documentation source.
The text was updated successfully, but these errors were encountered: