Skip to content

Commit

Permalink
Missing part of: Fix the different paths problem in Python templates
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Riesco <[email protected]>
  • Loading branch information
andreriesco committed Apr 18, 2023
1 parent efe2275 commit af86940
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python3Console/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions python3Pyside2QML/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit af86940

Please sign in to comment.