Replies: 2 comments
-
|
I found some existing items that might be related. Let me know if these are helpful:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
您好,您发送的邮件我已收到,我会尽快回复。
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using Continues in PyCharm/IntelliJ Gateway Remote Development mode, I encountered an issue:
Some plugin functionality (e.g., getRepoName) requires a file:// URI.
In Remote Development mode, the local client-side Continues plugin receives remote server paths (e.g., /home/user/project/file.py), which are not accessible from the client filesystem. This results in: java.lang.IllegalArgumentException: URI scheme is not "file"
Beta Was this translation helpful? Give feedback.
All reactions