From c087f84bb1e0576e99d6183ff9704707e93eccef Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@visualon.de> Date: Mon, 23 Mar 2020 11:48:25 +0100 Subject: [PATCH] docs: add vscode develoment section (#5756) Co-Authored-By: Florian Greinacher <fgreinacher@users.noreply.github.com> --- docs/development/local-development.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/development/local-development.md b/docs/development/local-development.md index 1c3bfa435a..fad828548e 100644 --- a/docs/development/local-development.md +++ b/docs/development/local-development.md @@ -77,6 +77,16 @@ The following steps work to set up a brand new Windows 10 installation for devel OpenJDK 64-Bit Server VM 18.9 (build 11.0.6+10, mixed mode) ``` +_VS Code Remote Development_ + +If you are using [VS Code](https://code.visualstudio.com/) you can skip installing [the prerequisites](#prerequisites) and work in a [development container](https://code.visualstudio.com/docs/remote/containers) instead. + +- Install the [Remote - Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) and [check its system requirements](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers#system-requirements). +- Open the repository folder in VS Code +- Choose "Reopen in Container" via the command palette or the small button in the lower left corner. + +VS Code [integrated terminal](https://code.visualstudio.com/docs/editor/integrated-terminal) is now running in the container and can be used to run additional commands. + #### Fork and Clone If you will contribute to the project, you should first "fork" the main project using the GitHub Website and then clone your fork locally. -- GitLab