We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Here are the steps to follow in order to test the extension in Theia.
Linux:
docker run -it --rm -p 3000:3000 -v "$(pwd):/home/project:cached" theiaide/theia-full:next
Windows:
docker run -it --rm -p 3000:3000 -v "%cd%:/home/project:cached" theiaide/theia-full:next
The current directory will be used to host the projects you will then load in Theia
Open you web browser at localhost:3000
Select View -> Find Command and search for Plugin: Deploy Plugin by Id
View -> Find Command
Plugin: Deploy Plugin by Id
Then enter either the URL to your VSIX file or vscode:extension/extension-id (vscode:extension/redhat.vscode-openshift-connector in our case)
vscode:extension/extension-id
Once your extension has been loaded, you can execute the command: View -> Find Command and filter with OpenShift
OpenShift
As of today, the view does not seem to be displayed so command is the only path to test.