Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote development doesn't work(MacOS local to Linux remote) #3241

Closed
weinix opened this issue May 5, 2024 · 6 comments
Closed

Remote development doesn't work(MacOS local to Linux remote) #3241

weinix opened this issue May 5, 2024 · 6 comments
Labels
C-bug Category: bug - something isn't working as it's supposed to

Comments

@weinix
Copy link

weinix commented May 5, 2024

Lapce Version

The Lapce version you are using, which can be found in "About Lapce" at the top right settings icon.
0.4.0(1)

System information

the operating system used, including its version, e.g. Windows 10, Ubuntu 18.04
MacOS Ventura (on Macbook M1 Pro)

Describe the bug

A clear and concise description of what the bug is.

  • Able to open ssh session to remote Linux server
  • SSH terminal shows up, and can internet with remote server
  • ps shows /home/user/.local/share/lapce-stable/proxy/lapce --proxy is running
  • on remote server
❯ ~/.local/share/lapce-stable/proxy/lapce --version
Lapce-proxy v0.4.0
  • Issue: I can't open folder on remote to start remote development.

Additional information

Other information that can be used to further reproduce or isolate the problem.
This commonly includes:

  • screenshots
image
  • logs
  • theories about what might be going wrong
  • workarounds that you used
@weinix weinix added the C-bug Category: bug - something isn't working as it's supposed to label May 5, 2024
@panekj
Copy link
Collaborator

panekj commented May 5, 2024

Remote file picker is not implemented, you can open a directory with lapce <path> in terminal
Duplicate of #2417

@panekj panekj closed this as not planned Won't fix, can't repro, duplicate, stale May 5, 2024
@weinix
Copy link
Author

weinix commented May 5, 2024

Ah, Thank you for the quick answer!
Yes, that worked!

@weinix
Copy link
Author

weinix commented May 5, 2024

I am able to open python code now on remote server, but with python-lsp-server plugin installed on remote server, Go to Definition function doesn't do anything. Does remote development support plug-in's yet?
Thanks again!

@panekj
Copy link
Collaborator

panekj commented May 5, 2024

There is nothing preventing from plugins to work with Lapce. Lapce locally behaves the same way as well as remotely (except the connecting and installing lapce remote).
You can open log file to see what is wrong (F1 > Open log file)

@weinix
Copy link
Author

weinix commented May 5, 2024

Thank you! I will dig further and will share what I found.

@branchus
Copy link

Thank you very much for this little tip. I just tried Lapce and hope it getting better and better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug - something isn't working as it's supposed to
Projects
None yet
Development

No branches or pull requests

3 participants