Commit 317fdc4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
- .github/workflows/static.yml+4-4
- .github/workflows/test-linux.yml+3-3
- .github/workflows/test-mac.yml+4-4
- .github/workflows/test-win.yml+3-3
- CHANGELOG.md-101
- CONFIGURATION.md+2-3
- CONTRIBUTING.md-40
- README.md+3-3
- pylsp/__main__.py+3-3
- pylsp/_utils.py+4-4
- pylsp/config/config.py+3-3
- pylsp/config/flake8_conf.py-1
- pylsp/config/schema.json+10-18
- pylsp/config/source.py+7-7
- pylsp/hookspecs.py+32-31
- pylsp/lsp.py+49
- pylsp/plugins/_resolvers.py+2-2
- pylsp/plugins/_rope_task_handle.py+3-3
- pylsp/plugins/flake8_lint.py-2
- pylsp/plugins/jedi_rename.py+1-1
- pylsp/plugins/preload_imports.py+1-1
- pylsp/plugins/pycodestyle_lint.py+1-1
- pylsp/plugins/pydocstyle_lint.py+1-1
- pylsp/plugins/pyflakes_lint.py+4-4
- pylsp/plugins/pylint_lint.py+3-17
- pylsp/plugins/rope_autoimport.py+7-9
- pylsp/plugins/rope_rename.py+66
- pylsp/plugins/semantic_tokens.py+114
- pylsp/plugins/symbols.py+1-1
- pylsp/plugins/type_definition.py+12-8
- pylsp/py.typed
- pylsp/python_lsp.py+57-42
- pylsp/uris.py-1
- pylsp/workspace.py+33-60
- pyproject.toml+10-8
- scripts/jsonschema2md.py+1-1
- test/conftest.py+1-2
- test/fixtures.py+3-3
- test/plugins/test_autoimport.py+28-30
- test/plugins/test_autopep8_format.py+5-5
- test/plugins/test_completion.py+28-28
- test/plugins/test_definitions.py+7-7
- test/plugins/test_flake8_lint.py+8-8
- test/plugins/test_folding.py+2-2
- test/plugins/test_highlight.py+2-2
- test/plugins/test_hover.py+3-3
- test/plugins/test_jedi_rename.py+1-1
- test/plugins/test_mccabe_lint.py+2-2
- test/plugins/test_pycodestyle_lint.py+3-3
- test/plugins/test_pydocstyle_lint.py+4-4
- test/plugins/test_pyflakes_lint.py+4-4
- test/plugins/test_pylint_lint.py+7-7
- test/plugins/test_references.py+2-2
- test/plugins/test_rope_rename.py+73
- test/plugins/test_signature.py+4-4
- test/plugins/test_symbols.py+3-3
- test/plugins/test_yapf_format.py+9-9
- test/test_configuration.py+4-6
- test/test_document.py+11-10
- test/test_language_server.py+6-7
- test/test_notebook_document.py+13-13
- test/test_text_edit.py+4-4
- test/test_uris.py+7-6
- test/test_utils.py+13-15
- test/test_workspace.py+27-27
0 commit comments