Solved.

On Thursday, October 24, 2024 at 3:01:49 AM UTC-4 jj wrote:

> Hi Chris,
>
> For a Python LSP server, you might take a look at ruff:
>
>     https://github.com/astral-sh/ruff
>     
> You can install it with homebrew in the terminal :
>
>     $ brew install ruff
>     
> or with cargo if rust is installed on your system:
>
>     $ cargo install ruff
>     
> Check it was correctly installed by querying the version in the terminal:
>     
>     $ ruff --version.
>     ruff 0.7.0
>
> and the documentation for the server:
>
>     $ ruff server --help
>     ...
>     
> Configure BBEdit in Settings > Languages > Custom Settings > Python > 
> Server:
>
>     Command: ruff
>     Arguments: server
>     Language ID: python
>     Configuration: Default
>
> You should now have a Python LSP.
>
> HTH,
>
> Jean Jourdain
>
> On Wednesday, October 23, 2024 at 7:43:07 PM UTC+2 Chris Wiles wrote:
>
>> Hello, I hope that I can get some ideas about what further steps I can 
>> take to get the Python LSP integration working.
>>
>> I see the following in the Settings and log file:
>>
>> [image: Screenshot 2024-10-23 at 11.12.08.png]
>>
>> [image: Screenshot 2024-10-23 at 11.13.21.png]
>>
>> I may be mistaken but these lead me to believe that the LSP server has 
>> been 'found' and is replying, but I see nothing in the editor when coding.
>>
>> Any suggestions about additional troubleshooting I can do?
>>
>> Thanks
>>
>

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or believe that the application isn't working correctly, please email 
"[email protected]" rather than posting here. Follow @bbedit on Mastodon: 
<https://mastodon.social/@bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/bbedit/030a6f39-5856-4939-a9a8-12587baa9a7bn%40googlegroups.com.

Reply via email to