-
Notifications
You must be signed in to change notification settings - Fork 133
Document LS settings and options #678
Comments
Will add document when new LS is published |
Thanks a bunch @MikhailArkhipov , looking forward! |
Thanks for the PR. One thing that is still not clear to me is the:
If I have a configuration like this for Sublime Text as seen here, will I need to make a new json block INSIDE "interpreter:" like:
Furthermore, the link for "A full list can be seen in the source code" gives a 404. |
That document was contributed; we don't really maintain it. I can only guess as to what the right way to do it is. That link should have gone here: https://github.com/Microsoft/python-language-server/blob/master/src/Analysis/Ast/Impl/Diagnostics/ErrorCodes.cs No idea why GitHub escaped the slashes, but I'll try to figure out a way to fix it. |
For microsoft#720. Fixes microsoft#608. Fixes microsoft#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.
Hi all,
I can't seem to find much documentation on this repo on how to enable diagnostics. What are the settings/configs we should be sending to the LS?
Things like linting for example, 2 lines between function definitions, unused imports, etc.
The text was updated successfully, but these errors were encountered: