瀏覽代碼

fix: Correct JSON formatting in launch configuration

- Fixed missing newline at the end of the launch.json file to ensure proper formatting and compatibility with JSON standards.
zhch158_admin 1 周之前
父節點
當前提交
d412d10b80
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .vscode/launch.json

+ 1 - 1
.vscode/launch.json

@@ -15,6 +15,6 @@
 			"envFile": "${workspaceFolder}/.env",
 			// "args": ["--inputs", "sample_data/600916_中国黄金_2022年报_利润表", "--threshold", "0.2",  "--output_dir", "sample_data/output"],
 			"justMyCode": false
-		},
+		}
 	]
 }