Skip to content

Releases: InSyncWithFoo/pyright-langserver-for-pycharm

v0.1.0-poc.2

24 Mar 00:18
Compare
Choose a tag to compare
v0.1.0-poc.2 Pre-release
Pre-release

For users

Added

  • The plugin will now suggest setting an executable
    for the current project if one can be found locally.
    To turn off suggestion for a project, uncheck
    the corresponding option in the project configuration panel.
    The notification group used is named "Pyright LS notifications".

Changed

  • The project is renamed from pyright-experimental-plugin to
    pyright-langserver and the marketplace name of the plugin is now
    "Pyright Language Server" instead of "Pyright (Experimental)".
  • UI components and messages are slightly changed.

For contributors

Added

  • Project option "Auto-suggest executable" is added. (6dffdaa)
  • Icons are added. (6dffdaa)
  • Messages are merged into one single bundle. (6dffdaa)
  • The "Always use global" option is moved to
    the second column of the second row. (6dffdaa)
  • PyrightLSAllConfigurations is added. (6dffdaa)

Changed

v0.1.0-poc.1

17 Mar 01:36
Compare
Choose a tag to compare
v0.1.0-poc.1 Pre-release
Pre-release

First proof-of-concept release.