-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LSP] Fix initialize on OTP 23.0/23.1 (#1449)
* [LSP] Fix initialize on OTP 23.0/23.1 `els_uri:path/2` was calling `uri_string:percent_decode/1`, which is unavailable until OTP 23.2 (https://www.erlang.org/doc/man/uri_string#percent_decode-1) * [LSP] Add Dialyzer/xref ignores Suppress undefined and deprecated function warnings for calls in `els_uri:percent_decode/1`
- Loading branch information
1 parent
cee4096
commit 8e25c99
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters