Skip to content

Commit

Permalink
Merge pull request torizon#192 from andreriesco/dev
Browse files Browse the repository at this point in the history
cpp: Fix cpp not focusing on Debug Console, in remote debugging and improve deps successfully installed message
  • Loading branch information
microhobby authored Mar 26, 2024
2 parents 0bc3dde + a97136b commit 21583d9
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 4 deletions.
4 changes: 4 additions & 0 deletions cConsole/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down Expand Up @@ -82,6 +83,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down Expand Up @@ -127,6 +129,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down Expand Up @@ -172,6 +175,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down
2 changes: 2 additions & 0 deletions cmakeConsole/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down Expand Up @@ -81,6 +82,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down
4 changes: 4 additions & 0 deletions cppConsole/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down Expand Up @@ -81,6 +82,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down Expand Up @@ -126,6 +128,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down Expand Up @@ -171,6 +174,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down
3 changes: 3 additions & 0 deletions cppQML/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
}
],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down Expand Up @@ -100,6 +101,7 @@
}
],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down Expand Up @@ -154,6 +156,7 @@
}
],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down
3 changes: 3 additions & 0 deletions cppSlint/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down Expand Up @@ -83,6 +84,7 @@
"environment": [
],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down Expand Up @@ -128,6 +130,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down
2 changes: 2 additions & 0 deletions rustConsole/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down Expand Up @@ -82,6 +83,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down
2 changes: 2 additions & 0 deletions rustSlint/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down Expand Up @@ -93,6 +94,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"sourceFileMap": {
"${config:torizon_app_root}": "${workspaceFolder}"
},
Expand Down
6 changes: 2 additions & 4 deletions scripts/checkDeps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ if (
}
}

Write-Host -ForegroundColor DarkGreen "✅ All packages installed successfully"

$_packagesInstalledOk = $true

}
Expand All @@ -152,14 +150,14 @@ if (
}
}

Write-Host -ForegroundColor DarkGreen "✅ All dependency installation scripts executed successfully"

$_scriptsInstalledOk = $true
}

}
if ($_packagesInstalledOk -eq $true -and $_scriptsInstalledOk -eq $true) {

Write-Host -ForegroundColor DarkGreen "✅ All packages installed and installation scripts executed successfully"

# all packages installed and installation scripts executed before create dep ok if it doesn't already exist
if ( -not (Test-Path ./.conf/.depok)){
New-Item -Path .conf/ -Name .depok -ItemType File 2>&1 | out-null
Expand Down
2 changes: 2 additions & 0 deletions zigConsole/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"logging": {
"engineLogging": true,
},
Expand Down Expand Up @@ -85,6 +86,7 @@
"cwd": "${config:torizon_app_root}",
"environment": [],
"externalConsole": false,
"internalConsoleOptions": "openOnSessionStart",
"logging": {
"engineLogging": true,
},
Expand Down

0 comments on commit 21583d9

Please sign in to comment.