Skip to content

Commit

Permalink
Fix MSBuild-dependent tests that break in CI when the 5.0 SDK is also…
Browse files Browse the repository at this point in the history
… installed

#20

Also, remove legacy ("classic") completion provider.
  • Loading branch information
tintoy committed Jan 29, 2021
1 parent d33bf71 commit 0e53549
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.3.12

* Remove legacy ("classic") completion provider.
* Fix MSBuild-dependent tests that break in CI when the 5.0 SDK is also installed (tintoy/msbuild-project-tools-server#20).

## 0.3.11

* Upgrade the language service to use the .NET Core 3.1 runtime (tintoy/msbuild-project-tools-server#20).
Expand Down
6 changes: 0 additions & 6 deletions src/LanguageServer.Engine/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,6 @@ public LanguageConfiguration()
{
}

/// <summary>
/// Disable the language service?
/// </summary>
[JsonProperty("useClassicProvider")]
public bool DisableLanguageService { get; set; } = false;

/// <summary>
/// Language service features (if any) to disable.
/// </summary>
Expand Down

0 comments on commit 0e53549

Please sign in to comment.