Commit 4f43d49c authored by Mayank Mittal's avatar Mayank Mittal

updates vscode tasks

parent 0a887f8f
...@@ -7,14 +7,14 @@ ...@@ -7,14 +7,14 @@
"label": "setup_python_env", "label": "setup_python_env",
"type": "shell", "type": "shell",
"linux": { "linux": {
"command": "export CARB_APP_PATH=${workspaceFolder}/_isaac_sim/kit && export ISAAC_PATH=${workspaceFolder}/_isaac_sim && export EXP_PATH=${workspaceFolder}/_isaac_sim/apps && source ${workspaceFolder}/_isaac_sim/setup_python_env.sh && printenv >${workspaceFolder}/.vscode/.python.env" "command": "export CARB_APP_PATH=${workspaceFolder}/_isaac_sim/kit && export ISAAC_PATH=${workspaceFolder}/_isaac_sim && export EXP_PATH=${workspaceFolder}/_isaac_sim/apps && source ${workspaceFolder}/_isaac_sim/setup_python_env.sh && printenv >${workspaceFolder}/.vscode/.python.env && python3 ${workspaceFolder}/.vscode/tools/setup_vscode.py"
} }
}, },
{ {
"label": "run_formatter", "label": "run_formatter",
"type": "shell", "type": "shell",
"linux": { "linux": {
"command": "pre-commit run --all-files" "command": "${workspaceFolder}/orbit.sh --format"
} }
} }
] ]
......
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