8000 GitHub - loco-rs/loco-devcontainer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

loco-rs/loco-devcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loco.rs devcontainer for VSCode

loco-devcontainer is a simple configuration to support fully-dockerised development of Loco applications using Visual Studio Code.

Quick Start

You can download the files in this repo and place them in the special .devcontainer folder in your Loco app.

Alternatively, you may use Git Submodules:

git submodule add https://github.com/loco-rs/loco-devcontainer .devcontainer

If you use this method, do not forget to install submodules when cloning:

git clone --recurse-submodules ...

Usage

Be sure to review the various components we have set up for you in compose.yaml, and the base Docker image in Dockerfile.

To see how everything connects with your app, look at the .env environment variables set up.

VS Code Users

In config/development.yaml under server you will need to change the host and binding from localhost to 127.0.0.1 in your loco app as VS Code Remote does not support IPv6.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0