mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 01:44:41 +08:00
[tools/vsc.py]update json dump support indent=4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user