Search found 11 matches

by Michael Collier
03.04.2025 18:39
Forum: Plugins
Topic: LSP Python Starting
Replies: 9
Views: 1572

Re: LSP Python Starting

If I open Cudatext from terminal command line then I do get the extra path I need.. print(os.environ.get('PATH')) gives /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/user1/.local/bin In my earlier post I was starting cudatext via Desktop shortcut. BTW, I had similar issues with free...
by Michael Collier
03.04.2025 18:00
Forum: Plugins
Topic: LSP Python Starting
Replies: 9
Views: 1572

Re: LSP Python Starting

From cudatext console print(os.environ.get('PATH')) gives /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games From debian terminal window echo $PATH gives /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/user1/.local/bin ...not sure if it is important, but debian terminal has the ...
by Michael Collier
03.04.2025 17:39
Forum: Plugins
Topic: LSP Python Starting
Replies: 9
Views: 1572

Re: LSP Python Starting

The only thing I changed was lsp_py.json { "lexers": { "Python": "python" }, "cmd_windows": ["pylsp.exe"], "cmd_macos": ["pylsp"], "cmd_unix": ["/home/user1/.local/bin/pylsp"] } The only other change was done b...
by Michael Collier
03.04.2025 15:40
Forum: Plugins
Topic: LSP Python Starting
Replies: 9
Views: 1572

Re: LSP Python Starting

which pylsp
It gives the path to
/home/user1/.local/bin/pylsp
I added the full path to lsp_py.json and now it works, thanks
by Michael Collier
03.04.2025 14:40
Forum: Plugins
Topic: LSP Python Starting
Replies: 9
Views: 1572

LSP Python Starting

Testing LSP Pyton (debian) I get error message in console.. "NOTE: LSP: Python - Failed to create process, command: ['pylsp']; Error: [Errno 2] No such file or directory: 'pylsp'" I installed (used pipx rather than pip , does it matter?) pipx install python-lsp-server pipx ensurepath pylsp...
by Michael Collier
03.04.2025 09:58
Forum: Plugins
Topic: JS_Tern startup problem windows
Replies: 12
Views: 608

Re: JS_Tern startup problem windows

Thanks, I've updated Emmet. I guess you've removed JS Tern from plugins installation? I can't see it. LSP seems much better anyway so I'll stick with it.
by Michael Collier
02.04.2025 19:37
Forum: Plugins
Topic: JS_Tern startup problem windows
Replies: 12
Views: 608

Re: JS_Tern startup problem windows

Thanks, will take a look. Something I noticed with the Emmet Lite plugin (windows10)..

MainMenu->Plugins->EmmetLite->Help

the cudatext application crashed (no error message). I tried to make it crash again but can't redo..
by Michael Collier
02.04.2025 14:48
Forum: Plugins
Topic: JS_Tern startup problem windows
Replies: 12
Views: 608

Re: JS_Tern startup problem windows

main Alexey wrote: 02.04.2025 14:14 plugin:
- Emmet Lite
Thanks, I installed Emmet Lite plugin and it works ok, so I guess nodejs can be ruled out as a problem with JS Tern.
by Michael Collier
02.04.2025 13:32
Forum: Plugins
Topic: JS_Tern startup problem windows
Replies: 12
Views: 608

Re: JS_Tern startup problem windows

LSP is working OK for me on (tested linux & windows), thanks for the information about it. As for JS Tern, I only installed it because I recognized the name from an older project. I'm happy to stick with LSP. If JS Tern is broken on windows (works for me on linux) then maybe best to remove from ...
by Michael Collier
01.04.2025 16:29
Forum: Plugins
Topic: JS_Tern startup problem windows
Replies: 12
Views: 608

Re: JS_Tern startup problem windows

OK thanks Alexy, I'll try LSP :)