forked from ros2/ros2_documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add devcontainer.json * Set default terminal and live server extension * Add GH codespaces docs * Change working directory same to dockerfile * Remove pycache * fix indentation Co-authored-by: Audrow Nash <[email protected]> * Set shell environment variable in Dockerfile Co-authored-by: Tomoya Fujita <[email protected]> --------- Co-authored-by: Audrow Nash <[email protected]> Co-authored-by: Tomoya Fujita <[email protected]>
- Loading branch information
1 parent
cd6c42a
commit 3300cdd
Showing
5 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "ROS 2 Documentation", | ||
"build": { | ||
"dockerfile": "../docker/image/Dockerfile" | ||
}, | ||
"workspaceMount": "source=${localWorkspaceFolder},target=/tmp/doc_repository,type=bind", | ||
"workspaceFolder": "/tmp/doc_repository", | ||
"postCreateCommand": "pip3 install --no-warn-script-location --user -r requirements.txt -c constraints.txt", | ||
"features": { | ||
"ghcr.io/devcontainers/features/git:1": {} | ||
}, | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"ritwickdey.LiveServer" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.