зеркало из https://github.com/microsoft/DevSkim.git
Remove stale TODO
This commit is contained in:
Родитель
a653882485
Коммит
22a847af3a
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче