Skip to content

Commit 612fbb7

Browse files
committed
fix deprecated
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
1 parent ece3b41 commit 612fbb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/launch.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"program": "${command:cmake.buildDirectory}/bin/power_grid_model_validation_tests",
1212
"args": [
1313
"--test-case=Validation test single",
14-
"--subcase=power_flow/1os2msr-sym-newton_raphson"
14+
"--subcase=power_flow/DGC-2620_investigation_iterative_linear-sym-iterative-linear"
1515
],
1616
"stopAtEntry": false,
1717
"cwd": "${fileDirname}",
@@ -31,12 +31,12 @@
3131
"program": "${command:cmake.buildDirectory}/bin/power_grid_model_validation_tests.exe",
3232
"args": [
3333
"--test-case=Validation test single",
34-
"--subcase=power_flow/1os2msr-sym-newton_raphson"
34+
"--subcase=power_flow/DGC-2620_investigation_iterative_linear-sym-iterative-linear"
3535
],
3636
"stopAtEntry": false,
3737
"cwd": "${fileDirname}",
3838
"environment": [],
39-
"externalConsole": false,
39+
"console": "integratedTerminal",
4040
}
4141
]
4242
}

0 commit comments

Comments
 (0)