Peter Tripp

Results 449 comments of Peter Tripp

I can reproduce. My steps: ``` mkdir /tmp/issue24249 cd $_ echo 'print("bar")' > bar.lua zed . bar.lua ``` Click yes to install lua extension and lua-language-server. Hover over print to...

I believe I know what's happening. Zed only invokes the external formatter on save if the buffer is dirty (has unsaved changes). Zed does not auto-format on autosave (fine) but...

I am no longer able to reproduce this in current versions of Zed with Spanish keyboard layout. I believe this has been fixed by: - https://github.com/zed-industries/zed/issues/20425 Thanks for reporting.

A few minutes after this was posted Zed Preview v0.147.x went out with multiple ruff improvements. Notably Can you update, alter your config appropriately and let me know whether you're...

Our behavior is identical to that of VSCode (renames `some_var` except when inside a macro like `println!`) so my assumption is that this is an upstream rust-analyzer issue. The original...

As I understand it you're asking for multiple things: 1. Better support for detecting a "default" Julia environment without requiring `Project.toml`. 2. Support for executing selected blocks of Julia code....

In VSCode this is called "Insert Line Above" and is bound to `cmd-shift-enter` on MacOS `ctrl-shift-enter` on Linux/Windows. Related (but distinct): - https://github.com/zed-industries/zed/issues/9891

The multiple node processes correspond to different node based language servers used by Zed and are by design. These are unlikely to be duplicated -- Activity monitor does not show...

> Is there a place to upvote feature requests? - 👍 upvote https://github.com/zed-industries/zed/issues/4784 (from the PR description) - We track 👍 upvotes here https://github.com/zed-industries/zed/issues/6953

Another user report of this issue in #15274. It looks like Intel Graphics may be the common denominator so I've edited the title. Reported on: - Intel HD Graphics 500...