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: docs/getting-started/from-scratch.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,35 @@ git push
92
92
bin/magento --version
93
93
```
94
94
95
+
7. Cleanup resources for the environment
96
+
97
+
:::info
98
+
This is only necessary if you're never using the devcontainer ever again. If you want to return to the environment at a later time, you can just close VS Code and reopen the devcontainer later to start where you left off.
0 commit comments