Skip to content

Commit 6b96b18

Browse files
initial setup is done (#480)
closes #479 Co-authored-by: Павел Ральников <112890673+PaulRalnikov@users.noreply.github.com>
1 parent 0bd731a commit 6b96b18

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode_template/c_cpp_properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"${workspaceFolder}/**"
77
],
88
"compilerPath": "/usr/bin/gcc",
9-
"cppStandard": "c++20",
9+
"cppStandard": "c++23",
1010
"intelliSenseMode": "linux-gcc-x64"
1111
}
1212
],

.vscode_template/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"name": "Debug Tests",
3030
"type": "cppdbg",
3131
"request": "launch",
32-
"program": "${workspaceFolder}/build/test_simulator",
32+
"program": "${workspaceFolder}/build/test_nons",
3333
"args": [],
3434
"stopAtEntry": false,
3535
"cwd": "${workspaceFolder}/build",

0 commit comments

Comments
 (0)