mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-18 19:59:13 +08:00
[tools/vsc.py]update json dump support indent=4
This commit is contained in:
parent
54674308e3
commit
8101fe1586
@ -64,7 +64,7 @@ def GenerateCFiles(env):
|
|||||||
json_obj = {}
|
json_obj = {}
|
||||||
json_obj['configurations'] = [config_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()
|
vsc_file.close()
|
||||||
|
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user