Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Runge authored Oct 2, 2024
1 parent d70ba05 commit 460a878
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,7 +1,7 @@
{
"name": "Stormpy",
"image": "movesrwth/stormpy:stable",
"runArgs": ["--name", "stormpy-devcontainer"],
"name": "Storm",
"image": "movesrwth/storm:stable",
"runArgs": ["--name", "storm-devcontainer"],
"customizations": {
"jetbrains": {
"plugins": [
Expand All @@ -18,4 +18,4 @@
]
}
}
}
}

0 comments on commit 460a878

Please sign in to comment.