mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 02:40:24 +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['configurations'] = [config_obj]
|
||||
|
||||
vsc_file.write(json.dumps(json_obj))
|
||||
vsc_file.write(json.dumps(json_obj, indent=4))
|
||||
vsc_file.close()
|
||||
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user