We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0217c commit cef6697Copy full SHA for cef6697
lsp-types/ChangeLog.md
@@ -1,5 +1,9 @@
1
# Revision history for lsp-types
2
3
+## Unreleased
4
+
5
+- export `emptyNormalizedUri` from `Language.LSP.Protocol.Types.Uri`
6
7
## 2.3.0.1 -- 2024-12-31
8
9
- Relax dependency version bounds
lsp-types/src/Language/LSP/Protocol/Types/Uri.hs
@@ -14,6 +14,7 @@ module Language.LSP.Protocol.Types.Uri (
14
normalizedFilePathToUri,
15
uriToNormalizedFilePath,
16
emptyNormalizedFilePath,
17
+ emptyNormalizedUri,
18
-- Private functions
19
platformAwareUriToFilePath,
20
platformAwareFilePathToUri,
0 commit comments