How to migrate from Pyright Language Server#
Provided that you never modify the settings files manually, follow these three steps, in this exact order:
- Uninstall Pyright Language Server
- Install Pyright
- Restart IDE (important)
Existing settings will be migrated automatically. Restarting the IDE is necessary for this to work correctly.
What if I modified the settings file?#
Look for the pyright-langserver.xml
under
the .idea
subdirectory of your project.
All old settings are stored in that file.
The same applies for version 0.6.0 of the Pyright plugin:
its settings are stored in pyright.xml
along with 0.7.0's settings.