We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4516cc8 commit 352c7f5Copy full SHA for 352c7f5
1 file changed
.devcontainer/devcontainer.json
@@ -17,6 +17,9 @@
17
// Use 'postCreateCommand' to run commands after the container is created.
18
"postCreateCommand": "yarn",
19
20
+ // Use 'runArgs' to specify Docker run options.
21
+ "runArgs": ["--name", "pybricks-code"],
22
+
23
// Configure tool-specific properties.
24
"customizations": {
25
"vscode": {
0 commit comments