diff options
author | Ladislav Zezula <zezula@volny.cz> | 2024-03-07 17:46:27 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2024-03-07 17:46:27 +0100 |
commit | dbe502676f27ac8510a52ff7b3ab8e03e81179fe (patch) | |
tree | df23ed9d3cd804ab40e6c9c20c3698b3938dc834 /.vscode/launch.json | |
parent | 98aff2cdec461c77688ef4e954e492e6c04ae34e (diff) |
+ Fixed regression tests
+ Refactored udage of UNICODE characters
+ Fixed regression tests on Linux
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 9da39f0..e9457ca 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,7 +3,7 @@ // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", - "program": "./build/StormLib_test", + "program": "${workspaceFolder}/build/StormLib_test", "configurations": [ { "name": "(gdb) Launch", |