Piotr Osiewicz
Piotr Osiewicz
It seems to be an experimental option in the LSP. I've just unblocked that use case in Zed (https://github.com/zed-industries/zed/pull/25610) if y'all are interested in experimenting.
Instead of selecting a screen to share arbitrarily, we'll now allow user to select the screen to share. Note that sharing multiple screens at the time is still not supported...
Closes #ISSUE Release Notes: - debugger: Python tests/main functions can now we debugged from the gutter.
This reverts commit 1e55e88c1822402566bdec8a893ec0429d8ee5e6. Closes #ISSUE Release Notes: - Python toolchain selector now uses path to the closest pyproject.toml as a basis for picking a toolchain. All files under the...
Closes #ISSUE Release Notes: - N/A
This commit gates the artificial delay in launch request, as it's not needed for clients other than VSC (e.g. in Zed).
### Summary When LSP client provides workspace folders with trailing slash, ansible-language-server returns superfluous diagnostics; an user of Zed is seeing two subsequent `publishDiagnostics` messages for a file in where...
In https://github.com/go-delve/delve/pull/4027 it was mentioned that panic/fatal error breakpoints could be represented by adding them via `breakpoint` events (of type `added`); I'd like to suggest using exception breakpoints for these...
- **Remove semantic_version crate and use semver instead** - **Update upload-nightly** Release Notes: - N/A
Co-authored-by: dino ### What does this PR try to resolve? This commit optimizes implementation of `cargo clean -p` by reducing the amount of directory walks that take place. We now...