Просмотр исходного кода

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 неделя назад
Родитель
Сommit
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
-		},
+		}
 	]
 }