Skip to content

Commit 0955a4d

Browse files
authored
Merge pull request #1073 from julia-vscode/fix-uri-bug
Type a field correctly as DocumentUri
2 parents 7b4759b + aa6cde2 commit 0955a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocol/configuration.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const WatchKinds = (Create = 1,
4141

4242

4343
@dict_readable struct FileEvent
44-
uri::String
44+
uri::DocumentUri
4545
type::FileChangeType
4646
end
4747

0 commit comments

Comments
 (0)