Skip to content

v0.1.0-poc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 00:18
· 142 commits to master since this 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