Skip to content

Commit

Permalink
Merge pull request #6 from s4hri/integrating_restserver
Browse files Browse the repository at this point in the history
Added v7.2
  • Loading branch information
ddetommaso authored Oct 17, 2023
2 parents c927ada + ba74131 commit 36d8cb8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
"mounts": [
"source=${localEnv:HOME}/.config/Code,target=/home/icub/.config/Code,type=bind,consistency=ro",
"source=${localEnv:HOME}/.config/git,target=/home/icub/.config/git,type=bind,consistency=ro"
]
],
"customizations": {
"vscode": {

"settings": {
"python.defaultInterpreterPath": "/usr/bin/python3"
},

"extensions": [
"ms-python.python",
"ms-python.vscode-pylance"
]
}
}

}
2 changes: 1 addition & 1 deletion build.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DOCKYMAN_VER=v1.0
REPOSITORY=iitschri
PROFILE=development

VERSION=v7.1-distro_v2022.02.0-ubuntu20.04
VERSION=v7.2-distro_v2022.02.0-ubuntu20.04
ICUB_DISTRO=v2022.02.0-ubuntu20.04

PYICUB_BASE_DOCKER_SRC=${REPOSITORY}/robotology-superbuild-docker:${ICUB_DISTRO}
Expand Down

0 comments on commit 36d8cb8

Please sign in to comment.