Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .haxerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "b7fce0e",
"version": "e30a2fd",
"resolveLibs": "scoped"
}
4 changes: 2 additions & 2 deletions src/languageServerProtocol/Types.hx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ typedef DiagnosticRelatedInformation = {
/**
The location of this related diagnostic information.
**/
var location:Location;
var ?location:Location;

/**
The message of this related diagnostic information.
Expand Down Expand Up @@ -301,7 +301,7 @@ typedef Diagnostic = {
/**
The range at which the message applies
**/
var range:Range;
var ?range:Range;

/**
The diagnostic's severity.
Expand Down