5 references to WellKnownProjectCapabilities
Microsoft.VisualStudio.LanguageServices.Razor (4)
LanguageClient\Cohost\IncompatibleProjectNotifier.cs (1)
57
if (capability !=
WellKnownProjectCapabilities
.DotNetCoreCSharp)
LspEditorFeatureDetector.cs (2)
39
_activityLog.LogInfo($"'{documentFilePath}' does not support the LSP editor because it is not associated with the '{
WellKnownProjectCapabilities
.DotNetCoreCSharp}' capability.");
48
=> _projectCapabilityResolver.CheckCapability(
WellKnownProjectCapabilities
.DotNetCoreCSharp, documentFilePath);
ProjectSystem\RenameProjectTreeHandler.cs (1)
22
[AppliesTo(
WellKnownProjectCapabilities
.DotNetCoreRazor)]
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
LspEditorFeatureDetectorTest.cs (1)
142
.Setup(x => x.CheckCapability(
WellKnownProjectCapabilities
.DotNetCoreCSharp, It.IsAny<string>()))