Skip to content

Commit

Permalink
Merge pull request #1073 from julia-vscode/fix-uri-bug
Browse files Browse the repository at this point in the history
Type a field correctly as DocumentUri
  • Loading branch information
davidanthoff authored May 5, 2022
2 parents 7b4759b + aa6cde2 commit 0955a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/configuration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const WatchKinds = (Create = 1,


@dict_readable struct FileEvent
uri::String
uri::DocumentUri
type::FileChangeType
end

Expand Down

0 comments on commit 0955a4d

Please sign in to comment.