Use this GitHub repository URL in Eclipse Che Dashboard or in a direct link https://<che-hostname>/#https://github.com/devfile/vscode-walkthrough-extension/
.
Click on the link below to open it in Red Hat Developer Sandbox:
The first you need to install node dependencies by running the task devfile: Install dependencies
.
The task progress will be shown in VS Code Terminal output.
Once dependencies have been installed, compile the extension with task devfile: Compile
.
It will create an out
directory containing the compiled extension.
Now you can test the extension in a separate VS Code instance.
Note that it is not possible to launch the extension until you compile it as described in step 2.
To run a separate VS Code instance focus the editor or the Explorer
, press F5
. After a few seconds VS Code starts a separate instance in a new browser tab.
In the new VS Code instance a Welcome
tab is opened with a link to the Get Started with Devfile
VS Code Walkthrough.
If the VS Code Walkthrough link is not there try expanding the Walkthroughs by clicking More...
on the right.
Run task devfile: Build vsix binary
to build the extension binary.
In a terminal you may be warned with a message below:
WARNING Using '*' activation is usually a bad idea as it impacts performance.
Just type y
to the terminal and press Enter
to confirm the build.
When build finished, a new file devfile-vscode-devfile-0.0.1.vsix
will appear in the project root.
The file can be downloaded and used in other local or remote VS Code instances.
Installing a vsix binary in VS Code is easy: drag and drop the file into the
Extensions
view.