Skip to content

Commit

Permalink
[iss-278]
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit d2cdee3
Author: joaquin.f.fernandez <[email protected]>
Date:   Fri Jan 3 13:47:20 2025 -0300

    Updated vscode config files.

commit a78c1cd
Author: joaquin.f.fernandez <[email protected]>
Date:   Fri Jan 3 13:46:56 2025 -0300

    Fix parse packages dead path.
  • Loading branch information
joaquinffernandez committed Jan 3, 2025
1 parent 12507c5 commit 70fc16b
Show file tree
Hide file tree
Showing 4 changed files with 2,182 additions and 429 deletions.
19 changes: 19 additions & 0 deletions src/mmoc/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,25 @@
}
]
},

// Airconds Parallel
{
"name": "Airconds Parallel model",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/usr/bin/mmoc",
"args": ["-o /home/joaquin/work/qss-solver/build/airconds ", "/home/joaquin/work/qss-solver/models/parallel/airconds/airconds.mo"],
"cwd": "${workspaceFolder}/usr/bin/",
"environment": [],
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
},

// NeuralNetwork1
{
Expand Down
7 changes: 3 additions & 4 deletions src/mmoc/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"C_Cpp.errorSquiggles": "Disabled",
"files.associations": {
"*.tcc": "cpp",
"ostream": "cpp",
Expand Down Expand Up @@ -76,8 +75,8 @@
},
"docwriter.style": "Doxygen",
"docwriter.progress.trackFunctions": true,
"docwriter.progress.trackMethods": false,
"docwriter.progress.trackClasses": false,
"docwriter.progress.trackTypes": false,
"docwriter.progress.trackMethods": true,
"docwriter.progress.trackClasses": true,
"docwriter.progress.trackTypes": true,
"sonarlint.pathToCompileCommands": "${workspaceFolder}/compile_commands.json"
}
Loading

0 comments on commit 70fc16b

Please sign in to comment.