posit-dev / positron

Positron, a next-generation data science IDE
Other
1.18k stars 32 forks source link

Ubuntu 24.04 problems #3710

Open liquidcarbon opened 4 days ago

liquidcarbon commented 4 days ago

Not everything here may be specific to Ubuntu 24.04.

1. Can't pick interpreter from "browse your file system" in command palette image

2. Unable to resize with mouse, right half of window not clickable Same symptoms as described here https://github.com/microsoft/vscode/issues/210624 ( Wayland problem, posting for awareness )

  1. No autocomplete for paths in Code or Bash cells (would work in Jupyter) image
seeM commented 2 days ago

1 is definitely a bug, will get that fixed shortly.

I'm unable to repro 3 on macOS. @jonvanausdeln could you please double-check on Ubuntu?

jonvanausdeln commented 10 hours ago

1 is definitely a bug, will get that fixed shortly.

I'm unable to repro 3 on macOS. @jonvanausdeln could you please double-check on Ubuntu?

@seeM , I need to get my Ubuntu VM setup.. so it will be a bit before I can check

petetronic commented 7 hours ago

On 3, using Ubuntu 24.04, I can get file completions in a Python cell when starting to type in between the quotes in open("..."), though it's not perfect and needs some investigation... but I do not see any file completions for shell commands (though I don't see these on Mac either).