- Fixed missing newline at the end of the launch.json file to ensure proper formatting and compatibility with JSON standards.
@@ -15,6 +15,6 @@
"envFile": "${workspaceFolder}/.env",
// "args": ["--inputs", "sample_data/600916_中国黄金_2022年报_利润表", "--threshold", "0.2", "--output_dir", "sample_data/output"],
"justMyCode": false
- },
+ }
]
}