Home
last modified time | relevance | path

Searched refs:workspace_dict (Results 1 – 1 of 1) sorted by relevance

/tools/asuite/aidegen/vscode/
Dvscode_workspace_file_gen.py48 workspace_dict = {_FOLDERS: []}
52 workspace_dict[_FOLDERS].append({_NAME: name, constant.KEY_PATH: path})
53 return _create_code_workspace_file_content(workspace_dict)
56 def _create_code_workspace_file_content(workspace_dict): argument
77 folder_name = workspace_dict[_FOLDERS][0][_NAME]
78 abs_path = workspace_dict[_FOLDERS][0][constant.KEY_PATH]
81 common_util.dump_json_dict(file_path, workspace_dict)