aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Filter language servers also by capabilities in `doc.language_servers_with_fe...Philipp Mildenberger2023-05-18
* Fix docgen againPhilipp Mildenberger2023-05-18
* Filter out already seen language servers in requests that can be sent to mult...Philipp Mildenberger2023-05-18
* Optimize gutter diagnostics and simplify shown_diagnosticsPhilipp Mildenberger2023-05-18
* Use let else instead of variable and fix some error messagesPhilipp Mildenberger2023-05-18
* Remove offset_encoding in CompletionItemPhilipp Mildenberger2023-05-18
* Refactor doc language servers to a HashMap, and the config to use a Vec to re...Philipp Mildenberger2023-05-18
* Remove symbol picker is_empty checkPhilipp Mildenberger2023-05-18
* Simplify 'lsp_stop' commandPhilipp Mildenberger2023-05-18
* Fix docgen and lsp-stop documentationPhilipp Mildenberger2023-05-18
* Remove boilerplate in the goto methods by generically composing functionsPhilipp Mildenberger2023-05-18
* Format/fix language docs a bitPhilipp Mildenberger2023-05-18
* Refactor doc.shown_diagnostics to avoid an extra HashSetPhilipp Mildenberger2023-05-18
* Add method doc.supports_language_server for better readabilityPhilipp Mildenberger2023-05-18
* Simplify Display implementation for LanguageServerFeaturePhilipp Mildenberger2023-05-18
* Refactored doc.language_servers and doc.language_servers_with_feature to retu...Philipp Mildenberger2023-05-18
* Use DoubleEndedIterator instead of collect to Vec for reversingPhilipp Mildenberger2023-05-18
* Fix error messages when no language server is availablePhilipp Mildenberger2023-05-18
* Simplify Display implementation of LanguageServerFeaturePhilipp Mildenberger2023-05-18
* Fix sorting issues of the editor wide diagnostics and apply diagnostics relat...Philipp Mildenberger2023-05-18
* str instead of StringPhilipp Mildenberger2023-05-18
* Remove unnecessary completion support check (likely an artifact)Philipp Mildenberger2023-05-18
* Fix issue with ltex-ls, filtering params is not what we want herePhilipp Mildenberger2023-05-18
* Fix hardcoded offset_encodingPhilipp Mildenberger2023-05-18
* Fix some lints/docgen hintsPhilipp Mildenberger2023-05-18
* Fix 'WorkspaceConfiguration' request with empty configuration section stringsPhilipp Mildenberger2023-05-18
* Adds support for multiple language servers per language.Philipp Mildenberger2023-05-18
* Add 23.05 to the AppDataMichael Davis2023-05-18
* Add changelog notes for the 23.05 releaseMichael Davis2023-05-18
* Bump the version to 23.05Michael Davis2023-05-18
* Fix completion on paths containing spaces (#6779)Ivan Gulakov2023-05-18
* automatically disable TS when parsing takes longer than 500msPascal Kuthe2023-05-18
* async picker syntax highlightingPascal Kuthe2023-05-18
* cleanup integration testsPascal Kuthe2023-05-18
* don't move cursor while forward deleting in append modePascal Kuthe2023-05-18
* cleanup delete_by_selection_insert_mode functionPascal Kuthe2023-05-18
* fix panic when deleting overlapping rangesPascal Kuthe2023-05-18
* clarify comments about completion savepointsPascal Kuthe2023-05-18
* only resolve completion items oncePascal Kuthe2023-05-18
* deduplicate savepointsPascal Kuthe2023-05-18
* ensure correct trigger/start completion offsetPascal Kuthe2023-05-18
* resolve completions before applying transactionsPascal Kuthe2023-05-18
* correctly handle completion rerequestPascal Kuthe2023-05-18
* Update nightfox theme (#7061)Jan Scheer2023-05-18
* languages.toml: recognize `gml` files. (#7055)gibbz002023-05-16
* languages.toml: recognize `geojson` files. (#7054)gibbz002023-05-16
* build(deps): bump serde from 1.0.162 to 1.0.163 (#7056)dependabot[bot]2023-05-16
* build(deps): bump tokio from 1.28.0 to 1.28.1 (#7057)dependabot[bot]2023-05-16
* Replace DAP vars popup, instead of adding new (#7034)A-Walrus2023-05-13
* Add comment injections for Odin (#7027)lefp2023-05-12