Skip to content

Commit adfc1cc

Browse files
Merge branch 'main' into zhongshi/script
2 parents e2243f2 + b2d29ee commit adfc1cc

File tree

83 files changed

+25124
-619
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+25124
-619
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build/**
2-
.vscode/launch.json
32
.ipynb_checkpoints/
4-
__pycache__
3+
__pycache__
4+
.vscode/

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "cppdbg",
77
"request": "launch",
88
"program": "/home/daniele/git/simple-json-validator/build/tests/unit_tests",
9-
"args": ["type_string"],
9+
"args": [""],
1010
"stopAtEntry": false,
1111
"cwd": "/home/daniele/git/simple-json-validator/build/",
1212
"environment": [],

0 commit comments

Comments
 (0)