Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo authored Nov 8, 2024
1 parent 47a8c90 commit acb78c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand All @@ -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
},
Expand All @@ -38,7 +38,7 @@
"ms-toolsai.jupyter",
"GitHub.codespaces",
"ms-azuretools.vscode-docker",
"charliermarsh.ruff"
"charliermarsh.ruff"
]
}
}
Expand Down

0 comments on commit acb78c7

Please sign in to comment.