Sraghvi's picture
Upload bimanual bone packing dataset with so101 folder structure
da5a206 verified
raw
history blame
587 Bytes
Invalid JSON: Expected property name or '}' in JSON at line 2, column 5
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "setup_python_env_with_path",
"type": "shell",
"linux": {
"command": "python ${workspaceFolder}/.vscode/tools/setup_vscode.py"
},
"windows": {
"command": "python ${workspaceFolder}/.vscode/tools/setup_vscode.py }"
},
"problemMatcher": [
"$python"
]
}
],
}