diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a5c6dca4c..bfd0e0ef1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,7 +15,7 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "bash -c 'source /shell-hook.sh'", + "postCreateCommand": "ln -s /pixi /workspaces/jaxsim/.pixi", // Configure tool-specific properties. // "customizations": {}, @@ -27,8 +27,8 @@ "customizations": { "vscode": { "settings": { - "python.pythonPath": "/workspace/jaxsim/.pixi/envs/test-cpu/bin/python", - "python.defaultInterpreterPath": "/workspace/jaxsim/.pixi/envs/test-cpu/bin/python", + "python.pythonPath": "/workspaces/jaxsim/.pixi/envs/test-cpu/bin/python", + "python.defaultInterpreterPath": "/workspaces/jaxsim/.pixi/envs/test-cpu/bin/python", "python.terminal.activateEnvironment": true, "python.terminal.activateEnvInCurrentTerminal": true }, @@ -38,7 +38,7 @@ "ms-toolsai.jupyter", "GitHub.codespaces", "ms-azuretools.vscode-docker", - "charliermarsh.ruff" + "charliermarsh.ruff" ] } }