This commit is contained in:
Gabe Stocco 2023-02-27 13:46:20 -08:00
Родитель a653882485
Коммит 22a847af3a
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -155,7 +155,6 @@ internal class TextDocumentSyncHandler : TextDocumentSyncHandlerBase
public override TextDocumentAttributes GetTextDocumentAttributes(DocumentUri uri)
{
// TODO: This should return the correct language based on the uri
if (StaticScannerSettings.RuleProcessorOptions.Languages.FromFileNameOut(uri.GetFileSystemPath(), out LanguageInfo Info))
{
return new TextDocumentAttributes(uri, Info.Name);