Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for VSCode remote development #1533

Merged
merged 2 commits into from
Feb 28, 2020
Merged

Add support for VSCode remote development #1533

merged 2 commits into from
Feb 28, 2020

Conversation

luckyf
Copy link
Contributor

@luckyf luckyf commented Feb 26, 2020

This feature enables developers a fast and easy start with the new Remote Container Development feature of VSCode.

To getting started:

  1. Install the "Remote Development" extension pack (ms-vscode-remote.vscode-remote-extensionpack)
  2. Copy "/dev/docker-postgres/sample.yml" to "/config.yml"
  3. Open Workspace in Container

This feature uses the postgress docker development strategy.
Resolves my feature request from last year.

@NGPixel: I also can provide a more detailed introduction in the docs.

@NGPixel NGPixel merged commit a90dc8d into requarks:master Feb 28, 2020
@NGPixel
Copy link
Member

NGPixel commented Feb 28, 2020

Made some changes so that the dockerfile, compose and config are inside the dev/containers folder. Putting these files at the root of the project is dangerous as many people will try to run them thinking it's for production.

Also updated the dev documentation to reflect this change:
https://docs.requarks.io/en/dev

Thanks!

@luckyf
Copy link
Contributor Author

luckyf commented Mar 7, 2020

You're right.
My intention was not to change too much to get this feature accepted.
Thank you very much for the work!

jionggyu pushed a commit to jionggyu/wiki-2.5.302-patch that referenced this pull request Jul 9, 2024
* Add support for VSCode remote development

* misc: remote dev containers fixes

Co-authored-by: Nicolas Giard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants