You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,25 @@ This helps to ensure that our recipes stay up-to-date as the framework's develop
153
153
154
154
## VS Code Dev Container development environment
155
155
156
-
When opening the project using the [VS Code](https://code.visualstudio.com/) IDE, if you have [Docker](https://www.docker.com/) (or some drop-in replacement such as [Podman](https://podman.io/) or [Colima](https://github.com/abiosoft/colima) or [Rancher Desktop](https://rancherdesktop.io/)) installed, you can leverage the [Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) feature to start a container in the background with all the dependencies required to test and debug the Falcon code. VS Code integrates with the Dev Container seamlessly, which can be configured via [devcontainer.json][devcontainer]. Once you open the project in VS Code, you can execute the "Reopen in Container" command to start the Dev Container which will run the headless VS Code Server process that the local VS Code app will connect to via a [published port](https://docs.docker.com/config/containers/container-networking/#published-ports).
156
+
When opening the project using the [VS Code](https://code.visualstudio.com/) IDE,
157
+
if you have [Docker](https://www.docker.com/) (or some drop-in replacement such as
158
+
[Podman](https://podman.io/), [Colima](https://github.com/abiosoft/colima), or
159
+
[Rancher Desktop](https://rancherdesktop.io/), etc) installed, you can leverage the
0 commit comments