-
Notifications
You must be signed in to change notification settings - Fork 61
Testing
Jeff MAURY edited this page Feb 7, 2019
·
3 revisions
Here are the steps to follow in order to test the extension in Theia.
docker run -it --rm -p 3000:3000 -v "$(pwd):/home/project:cached" theiaide/theia-full:next
The current directory will be used to host the projects you will then load in Thiea
Open you web browser at localhost:3000
Select View -> Find Command
and search for Plugin: Deploy Plugin by Id
Then enter either the URL to your VSIX file or vscode:extension-id
(vscode:redhat.vscode-openshift-connector in our case)
Once your extension has been loaded, you can execute the command: View -> Find Command
and filter with OpenShift
As of today, the view does not seem to be displayed so command is the only path to test.