-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issues with codelens, documentlink and completion item data (#272)
- Loading branch information
1 parent
a0f0bcb
commit c6cea42
Showing
22 changed files
with
437 additions
and
318 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
namespace OmniSharp.Extensions.LanguageServer.Protocol | ||
namespace OmniSharp.Extensions.LanguageServer.Protocol | ||
{ | ||
internal static class Constants | ||
public static class Constants | ||
{ | ||
public const string Proposal = | ||
internal const string Proposal = | ||
"Proposed for the next version of the language server. May not work with all clients. May be removed or changed in the future."; | ||
|
||
public const string PrivateHandlerId = "$$__handler_id__$$"; | ||
} | ||
} |
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
Oops, something went wrong.