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/tasks.json | |
parent | 98aff2cdec461c77688ef4e954e492e6c04ae34e (diff) |
+ Fixed regression tests
+ Refactored udage of UNICODE characters
+ Fixed regression tests on Linux
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r-- | .vscode/tasks.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 4217112..05054c5 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,8 +2,8 @@ "tasks": [ { "type": "cppbuild", - "label": "C/C++: cpp build active file", - "command": "/usr/bin/cpp", + "label": "C/C++: g++ build active file", + "command": "/usr/bin/g++", "args": [ "-fdiagnostics-color=always", "-g", |