Setup LSP server in WSL for JetBrains product

Hello :slight_smile:

I am using Mojo LSP server in IntelliJ via LSPIJ plugin. This works quite well, but I have to hardcode path to project directory which is not very convenient:

wsl bash -c “cd ~/path-to-project && /home/username/.pixi/bin/pixi run mojo-lsp-server”

Can I improve it to automatically get path to current project?