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

[Windows][WSL2][IntelliJI] Plugin not working when project stored in WSL2 #4969

Open
3 tasks done
flav1972 opened this issue Apr 3, 2025 · 2 comments
Open
3 tasks done
Assignees
Labels
ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"

Comments

@flav1972
Copy link

flav1972 commented Apr 3, 2025

Before submitting your bug report

Relevant environment info

- OS:Windows
- Continue version:1.0.8
- IDE version:IntelliJ IDEA 2024.3.5 (Community Edition)
- Model:Bedrock Claude 3.5 sonnet
- config:
  
name: Local Assistant
version: 1.0.0
schema: v1
models:
  - name: Bedrock Claude 3.5 sonnet
    provider: bedrock
    model: anthropic.claude-3-5-sonnet-20240620-v1:0
    env:
      region: us-east-1
      profile: bedrock
    contextLength: 180000
    cacheBehavior:
      cacheSystemMessage: true
      cacheConversation: true
    roles:
      - chat
      - edit

Description

When the project I'am working on is stored in Windows eg : D:\src\test2wsl

If the same project is stored in WSL2 eg: \\wsl.localhost\Ubuntu-24.04\home\myuser\src\test2wsl

I have these errors and no model can be selected:

Error handling message of type fileExists: java.lang.IllegalArgumentException: URI has an authority component

Error handling message of type getRepoName: java.lang.IllegalArgumentException: URI has an authority component

Image

Image

The JVM of the project (windows or WSL2) may also impact.

Nothing is seen in core.logs

To reproduce

  1. Setup models in order that they work on normal windows files
  2. On OS copy project in D:\src\test2wsl to \\wsl.localhost\Ubuntu-24.04\home\myuser\src\test2wsl
  3. in IDE: File>Open project...
  4. Browse to \\wsl.localhost\Ubuntu-24.04\home\myuser\src\test2wsl
  5. Open

Log output

[info] Starting Continue core...
[2025-04-03T10:42:44] [info] Starting Continue core... 
[2025-04-03T10:42:44] Setup 
[2025-04-03T10:42:44] [binary] Core started
@sestinj sestinj self-assigned this Apr 3, 2025
@dosubot dosubot bot added ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior labels Apr 3, 2025
@michabbb
Copy link

michabbb commented Apr 3, 2025

duplicate: #4135

there is a reason why you checked I'm not able to find an open issue that reports the same bug 😏

@flav1972
Copy link
Author

flav1972 commented Apr 3, 2025

cause I'm not able :( sorry for duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"
Projects
None yet
Development

No branches or pull requests

3 participants