mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
Styling
This commit is contained in:
@@ -90,9 +90,9 @@ export class MarkdownContentProvider {
|
||||
</html>`;
|
||||
}
|
||||
|
||||
public async provideFileNotFoundContent(
|
||||
public provideFileNotFoundContent(
|
||||
resource: vscode.Uri,
|
||||
): Promise<string> {
|
||||
): string {
|
||||
const resourcePath = path.basename(resource.fsPath);
|
||||
const body = localize('preview.notFound', '{0} cannot be found', resourcePath);
|
||||
return `<!DOCTYPE html>
|
||||
|
||||
Reference in New Issue
Block a user