[tools] provide correct and clear comments in vsc.py

This commit is contained in:
bernard 2024-11-10 19:39:58 +08:00
parent d243031e17
commit ca499f711b
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ def delete_repeatelist(data):
def GenerateCFiles(env): def GenerateCFiles(env):
""" """
Generate c_cpp_properties files Generate c_cpp_properties.json and build/compile_commands.json files
""" """
if not os.path.exists('.vscode'): if not os.path.exists('.vscode'):
os.mkdir('.vscode') os.mkdir('.vscode')
@ -116,7 +116,7 @@ def GenerateCFiles(env):
def GenerateProjectFiles(env): def GenerateProjectFiles(env):
""" """
Generate c_cpp_properties files Generate project.json file
""" """
if not os.path.exists('.vscode'): if not os.path.exists('.vscode'):
os.mkdir('.vscode') os.mkdir('.vscode')