Open
Description
When ruff is being used exclusively in a notebook it fails to start. Here is the log output:
2025-01-26 19:54:52.014 [info] Name: Ruff
2025-01-26 19:54:52.014 [info] Module: ruff
2025-01-26 19:54:52.014 [info] Python extension loading
2025-01-26 19:54:52.014 [info] Waiting for interpreter from python extension.
2025-01-26 19:54:52.088 [info] Python extension loaded
2025-01-26 19:54:52.111 [error] Python interpreter missing:
[Option 1] Select Python interpreter using the ms-python.python.
[Option 2] Set an interpreter using "ruff.interpreter" setting.
Please use Python 3.7 or greater.
If I create a .py file, select and interpreter, then restart the language server it works.
Steps to Reproduce:
- Open jupyter notebook
- Try to format document and notice ruff is not working