mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 04:09:37 +00:00
c4bc172850
This PR improves the behavior for suggesting extensions. Previously if the file had an extension, it would only look for suggestions based on that extension. This prevented us from making suggestions for files like `Cargo.lock`. Suggestions are now made in the following order: 1. Check for any suggestions based on the entire file name 2. Check for any suggestions based on the file extension (if present) This PR also fixes a bug where file name-based suggestions were looking at the entire path, not just the file name. Finally, the suggestion notification has been updated to include the ID of the extension, to make it clearer which extension will be installed. Release Notes: - Improved extension suggestions. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |