Commit 8cefb28c authored by Mayank Mittal's avatar Mayank Mittal

fix launch.json for updated python location

parent 751a33dd
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"EXP_PATH": "${workspaceFolder}/_isaac_sim/apps", "EXP_PATH": "${workspaceFolder}/_isaac_sim/apps",
"RESOURCE_NAME": "IsaacSim" "RESOURCE_NAME": "IsaacSim"
}, },
"python": "${workspaceFolder}/_isaac_sim/python.sh", "python": "${workspaceFolder}/_isaac_sim/kit/python/bin/python3",
"envFile": "${workspaceFolder}/.vscode/.python.env", "envFile": "${workspaceFolder}/.vscode/.python.env",
"preLaunchTask": "setup_python_env" "preLaunchTask": "setup_python_env"
}, },
...@@ -22,15 +22,8 @@ ...@@ -22,15 +22,8 @@
"name": "Python: Attach (windows-x86_64/linux-x86_64)", "name": "Python: Attach (windows-x86_64/linux-x86_64)",
"type": "python", "type": "python",
"request": "attach", "request": "attach",
"localRoot": "${workspaceFolder}",
"remoteRoot": "${workspaceFolder}",
"port": 3000, "port": 3000,
"host": "localhost", "host": "localhost"
"subProcess": true, },
"runtimeArgs": [
"--preserve-symlinks",
"--preserve-symlinks-main"
]
}
] ]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment