Giter Club home page Giter Club logo

vscode-dev-container's Introduction

vscode-dev-container

Automated Development Environment Setup: Seamlessly set up a Dockerized Visual Studio Code environment with X11 on Linux using XQuartz on macOS. Ideal for developers looking to standardize their development environments across teams.

Structure:

└── `vscode-dev-container`
    ├── vscode_data
    │     └── .gitkeep
    │          └── public
    │               └── public_list.html
    ├── workspace
    │     ├── .gitkeep
    │     └── .vscode
    │          └── settings.json
    ├── docker-compose.yml
    ├── Dockerfile
    ├── LICENSE
    ├── linux_setup_vscode_docker.sh
    ├── mac_setup_vscode_docker.sh
    └── README.md

vscode_data is a linked volume and where VSCode will be installed. This helps keep state workspace is a linked volume and where you can start developing. It is suggested that you clone your repos into workspace making multiple projects accessable in your workspace

The workspace > .vscode > settings.json is in place for a consistent IDE environment. if you need different settings for each project, consider using it as a base by copying workspace > .vscode to your own project e.g. workspace > my_own_project > .vscode and adjust the settings.json acordingly.

Installation

Mac

Give give mac_setup_vscode_docker.sh execute permissions

chmod +x mac_setup_vscode_docker.sh

Run the script

./mac_setup_vscode_docker.sh

Linux

Give give linux_setup_vscode_docker.sh execute permissions

chmod +x linux_setup_vscode_docker.sh

Run the script

./mac_setup_vscode_docker.sh

Windows

vscode-dev-container's People

Contributors

ryanjulyan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.