From 22aa3f820a615d54a6b692b2c12acfc3f451e3eb Mon Sep 17 00:00:00 2001
From: Adrian Stoica <stoica@ntnu.no>
Date: Fri, 15 Sep 2023 22:32:59 +0200
Subject: [PATCH] conf(che): fix path to vnc start script

---
 .vscode/tasks.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 6b73137..c0ceb8a 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -6,7 +6,7 @@
       {
         "label": "Run vnc",
         "type": "shell",
-        "command": "./che/startui.sh",
+        "command": "./.che/startui.sh",
         "group": "none",
         "presentation": {
           "reveal": "always",
-- 
GitLab