Fix formatting

Github merge UI :'(
This commit is contained in:
Matt Bierner
2021-08-02 19:54:03 -07:00
parent 72d9aa625e
commit 5f45df8330

View File

@@ -28,7 +28,7 @@ class VSCodeWorkspaceMarkdownDocumentProvider extends Disposable implements Work
private readonly utf8Decoder = new TextDecoder('utf-8');
/**
/**
* Reads and parses all .md documents in the workspace.
* Files are processed in batches, to keep the number of open files small.
*