Skip to content

Commit 7a02ea7

Browse files
committed
fix lint format
1 parent e1199bc commit 7a02ea7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ To work with containers, this package provides the helper script `setup_workspac
1010

1111
Run `setup_workspace.sh --help` for more details about the script usage.
1212

13-
If you're using [ORise container](https://github.com/orise-robotics/ros_ws), it assumes that the folder `/home/orise` will be used as your woskspace to develop using ROS 2 and also, your VSCode workspace. If you want to use different workspaces inside the container, just copy the files `.vscode-format` and `ros2.code-workspace` to the root of your ROS workspace and redefine the `COLCON_WORKSPACE_FOLDER` variable. For example, let's assume that you want to use a ROS 2 woskpace called *foxy_ws*, this folder should have:
13+
If you're using [ORise container](https://github.com/orise-robotics/ros_ws), it assumes that the folder `/home/orise`
14+
will be used as your woskspace to develop using ROS 2 and also, your VSCode workspace. If you want to use different workspaces inside the container, just copy the files `.vscode-format` and `ros2.code-workspace` to the root of your ROS workspace and redefine the `COLCON_WORKSPACE_FOLDER` variable. For example, let's assume that you want to use a ROS 2 woskpace called *foxy_ws*, this folder should have:
1415

1516
- foxy_ws
1617
- `.vscode-format`
@@ -23,7 +24,7 @@ If you're using [ORise container](https://github.com/orise-robotics/ros_ws), it
2324
And you must redefine the `COLCON_WORKSPACE_FOLDER` variable:
2425

2526
```sh
26-
$ export COLCON_WORKSPACE_FOLDER=/home/orise/foxy_ws
27+
export COLCON_WORKSPACE_FOLDER=/home/orise/foxy_ws
2728
```
2829

2930
### Folders Configuration
@@ -38,6 +39,7 @@ In order to have the desired folders opened when you open the VSCode workspace y
3839
}
3940
],
4041
```
42+
Another way of doing this is using graphical interface. Check [this tutorial](https://code.visualstudio.com/docs/editor/multi-root-workspaces#_adding-folders) for more information
4143

4244
## Workspace features
4345

0 commit comments

Comments
 (0)