From af8694022c8377c6790db89b5f88f63df6a9b4c9 Mon Sep 17 00:00:00 2001 From: Andre Riesco Date: Tue, 18 Apr 2023 10:46:58 -0300 Subject: [PATCH] Missing part of: Fix the different paths problem in Python templates Signed-off-by: Andre Riesco --- python3Console/.vscode/tasks.json | 4 ++-- python3Pyside2QML/.vscode/tasks.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python3Console/.vscode/tasks.json b/python3Console/.vscode/tasks.json index 06179e62c..076f7e0b5 100644 --- a/python3Console/.vscode/tasks.json +++ b/python3Console/.vscode/tasks.json @@ -17,7 +17,7 @@ "${config:torizon_debug_ssh_port}", "-pr", "${workspaceFolder}/src", - "${config:torizon_run_as}@${config:torizon_ip}:~/app" + "${config:torizon_run_as}@${config:torizon_ip}:${config:torizon_app_root}/src" ], "dependsOrder": "sequence", "problemMatcher": "$msCompile", @@ -96,7 +96,7 @@ "${config:torizon_debug_ssh_port}", "-pr", "${workspaceFolder}/src", - "${config:torizon_run_as}@${config:torizon_ip}:~/app" + "${config:torizon_run_as}@${config:torizon_ip}:${config:torizon_app_root}/src" ], "dependsOrder": "sequence", "problemMatcher": "$msCompile", diff --git a/python3Pyside2QML/.vscode/tasks.json b/python3Pyside2QML/.vscode/tasks.json index 6d5853183..6f74b9783 100644 --- a/python3Pyside2QML/.vscode/tasks.json +++ b/python3Pyside2QML/.vscode/tasks.json @@ -17,7 +17,7 @@ "${config:torizon_debug_ssh_port}", "-pr", "${workspaceFolder}/src", - "${config:torizon_run_as}@${config:torizon_ip}:~/app" + "${config:torizon_run_as}@${config:torizon_ip}:${config:torizon_app_root}/src" ], "dependsOrder": "sequence", "problemMatcher": "$msCompile", @@ -96,7 +96,7 @@ "${config:torizon_debug_ssh_port}", "-pr", "${workspaceFolder}/src", - "${config:torizon_run_as}@${config:torizon_ip}:~/app" + "${config:torizon_run_as}@${config:torizon_ip}:${config:torizon_app_root}/src" ], "dependsOrder": "sequence", "problemMatcher": "$msCompile",