Skip to content
Snippets Groups Projects
Commit fe5a9cc8 authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

conf(che): add task to start vnc

parent 6f6ad61a
No related branches found
No related tags found
No related merge requests found
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Run vnc",
"type": "shell",
"command": "./che/startui.sh",
"group": "none",
"presentation": {
"reveal": "always",
"panel": "new"
}
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment