From 94ee21cdf3ec9290e9b5c179922e899b4239c152 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Wed, 10 Feb 2016 10:44:55 +0100 Subject: [PATCH] image paths... --- textdocumentprovider-sample/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/textdocumentprovider-sample/README.md b/textdocumentprovider-sample/README.md index f0c4924c..a424c978 100644 --- a/textdocumentprovider-sample/README.md +++ b/textdocumentprovider-sample/README.md @@ -11,12 +11,12 @@ The purpose of the extension is to show a preview of the properties in the decla - The properties are rendered in the preview - Edit the propertis and the preview is updated -![Navigation](https://github.com/Microsoft/vscode-extension-samples/tree/master/textdocumentprovider-sample/images/preview.gif) +![Navigation](images/preview.gif) # How it works - The extension implements and registers a `TextDocumentProvider` for a particular resource URI. -- The `TextDocumentProvider` creates a HTML document that contains the declaration block of the selected CSS Rule in the active editor. -- The generated HTML document is then opened in an editor in the 2nd Column using the [command](https://code.visualstudio.com/docs/extensionAPI/vscode-api-commands#_commands) `vscode.previewHtml`. +- The TextDocumentProvider creates a HTML document that contains the declaration block of the selected CSS Rule in the active editor. +- The generated HTML document is then opened in an editor in the 2nd Column using the command `vscode.previewHtml`.