Skip to content

Commit

Permalink
Update readme, move devcontainer.json to new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
BerriJ committed Oct 15, 2024
1 parent f6d08b8 commit cc98a94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 100 deletions.
96 changes: 0 additions & 96 deletions .devcontainer/devcontainer.json

This file was deleted.

8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Obtain the latest stable image with:

This Ubuntu-based docker image intends to deliver a fully isolated dev environment for Python, R and Latex. Extend it as needed by adding or removing components.

It is intended that you use this image with a [VS Code Devcontainer](https://code.visualstudio.com/docs/remote/containers). VS Code will automatically install all required extensions for code formatting, linting, execution, and debugging.
It is intended that you use this image with a [VS Code Devcontainer](https://code.visualstudio.com/docs/remote/containers). VS Code will automatically install all required extensions for code formatting, linting, execution, and debugging. A `.devcontainer.json` file is included in [this](https://github.com/BerriJ/devenv_devcontainer.json) repository.

## Contents

- R 4.X.X
- Texlive 2022
- Python 3.8.X
- R 4.4.X
- Texlive 2024
- Python 3.12.X

# Setup using VS-Code

Expand Down

0 comments on commit cc98a94

Please sign in to comment.