vscode container-based development environment ("devcontainer") #855
phrohdoh
started this conversation in
Feature Requests
Replies: 2 comments 5 replies
-
I have a work-in-progress branch where I am exploring this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Why not just use a native VS Code networked tool like Foam or Dendron :P |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
from https://code.visualstudio.com/docs/remote/containers
see https://www.youtube.com/watch?v=Uvf2FVS1F8k for a quick (~5 1/2 minute) video explanation
vscode remote development extension pack: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack
GitHub Codespaces is an application of this that provides managed remote dev envs (which are configurable via dotfiles)
https://github.com/features/codespaces & https://code.visualstudio.com/docs/remote/remote-overview#_github-codespaces
vscode (and related/derived tech) user experience would be:
Dockerfile
-- node, jvm, lein, etc installed (user waiting / watching progress)having the relevant configuration files in-tree would provide the experience for vscode (and related tech) users to being able to open a containerized/remote workspace with athens cloned in, deps/tooling/etc installed, and still be able to use my extensions (i.e. themes, keybindings, ...) all without installing a particular, e.g. JVM, outside of a container (no "polluting" of your local system)
Beta Was this translation helpful? Give feedback.
All reactions