From 93bf19a4b935ade7dfd746ebe94fa7ee6eedf538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Mal=C3=A9=C5=99?= Date: Mon, 22 Jul 2019 12:44:12 +0200 Subject: [PATCH] i1153 Added an article introduction --- ...assembly_using-a-visual-studio-code-extension-in-che.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/pages/che-7/hands-on-guidance/assembly_using-a-visual-studio-code-extension-in-che.adoc b/src/main/pages/che-7/hands-on-guidance/assembly_using-a-visual-studio-code-extension-in-che.adoc index 4a0dd786f73..d5f6a8cc2c0 100644 --- a/src/main/pages/che-7/hands-on-guidance/assembly_using-a-visual-studio-code-extension-in-che.adoc +++ b/src/main/pages/che-7/hands-on-guidance/assembly_using-a-visual-studio-code-extension-in-che.adoc @@ -55,10 +55,11 @@ YES/NO |=== endif::[] +Starting with Eclipse Che 7, VisualStudio Code extensions can be installed to extend the functionality of a Che workspace. VS Code extension can run in the Che editor container, or they can be packaged in their own isolated and pre-configured containers with their prerequisites. -// PUT SOME INTRO HERE! :) -Starting Eclipse Che 7, the Visual Studio Code extensions are supported. +This document describes the usage of the VS Code extension in Che with workspaces Che Plugins panel and how you can publish the VS Code extension in a plug-in registry. By doing so, you can share the extension with other Che users. Note that the extension hosting sidecar container and the use of the extension in a devfile are required for this. +In addition, you can review the compatibility of the VS Code extensions so that you can be informed whether a specific API is supported or has not been implemented yet. // The following include statements pull in the module files that comprise // the assembly. Include any combination of concept, procedure, or reference // modules required to cover the user story. You can also include other