Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bkataru authored Sep 30, 2024
1 parent 5cd603f commit b3467f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "rust-environment",
"name": "rust-generic-environment",
"dockerComposeFile": ["docker-compose.yml"],

"service": "rust-impulse",
"runServices": ["rust-impulse"],
"service": "rust-generic-impulse",
"runServices": ["rust-generic-impulse"],
"shutdownAction": "stopCompose",

"workspaceFolder": "/workspace",
Expand All @@ -21,4 +21,4 @@
]
}
}
}
}

0 comments on commit b3467f9

Please sign in to comment.