提交 8101fe15 编写于 作者: X xieyangrun

[tools/vsc.py]update json dump support indent=4

上级 54674308
......@@ -64,7 +64,7 @@ def GenerateCFiles(env):
json_obj = {}
json_obj['configurations'] = [config_obj]
vsc_file.write(json.dumps(json_obj))
vsc_file.write(json.dumps(json_obj, indent=4))
vsc_file.close()
return
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册