vscode-common-python-lsp 0.1.0__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/PKG-INFO +1 -1
  2. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/pyproject.toml +1 -1
  3. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp.egg-info/PKG-INFO +1 -1
  4. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/README.md +0 -0
  5. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/setup.cfg +0 -0
  6. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/tests/test_code_actions.py +0 -0
  7. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/tests/test_context.py +0 -0
  8. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/tests/test_debug.py +0 -0
  9. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/tests/test_diagnostics.py +0 -0
  10. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/tests/test_formatting.py +0 -0
  11. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/tests/test_jsonrpc.py +0 -0
  12. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/tests/test_linting.py +0 -0
  13. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/tests/test_notebook.py +0 -0
  14. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/tests/test_package.py +0 -0
  15. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/tests/test_paths.py +0 -0
  16. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/tests/test_process_runner.py +0 -0
  17. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/tests/test_runner.py +0 -0
  18. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/tests/test_server.py +0 -0
  19. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/tests/test_version.py +0 -0
  20. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp/__init__.py +0 -0
  21. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp/code_actions.py +0 -0
  22. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp/context.py +0 -0
  23. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp/debug.py +0 -0
  24. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp/diagnostics.py +0 -0
  25. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp/formatting.py +0 -0
  26. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp/jsonrpc.py +0 -0
  27. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp/linting.py +0 -0
  28. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp/notebook.py +0 -0
  29. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp/paths.py +0 -0
  30. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp/process_runner.py +0 -0
  31. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp/runner.py +0 -0
  32. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp/server.py +0 -0
  33. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp/version.py +0 -0
  34. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp.egg-info/SOURCES.txt +0 -0
  35. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp.egg-info/dependency_links.txt +0 -0
  36. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp.egg-info/requires.txt +0 -0
  37. {vscode_common_python_lsp-0.1.0 → vscode_common_python_lsp-0.1.1}/vscode_common_python_lsp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vscode-common-python-lsp
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Shared Python utilities for VS Code Python tool extensions
5
5
  Author: Microsoft Corporation
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "vscode-common-python-lsp"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Shared Python utilities for VS Code Python tool extensions"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vscode-common-python-lsp
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Shared Python utilities for VS Code Python tool extensions
5
5
  Author: Microsoft Corporation
6
6
  License-Expression: MIT