Skip to content

Commit

Permalink
Create devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
etspaceman authored Aug 13, 2023
1 parent 377055a commit b7856ef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/java
{
"name": "Scala",
"image": "ghcr.io/etspaceman/devcontainer-scala:latest",
"customizations": {
"vscode": {
"extensions": ["scala-lang.scala", "scalameta.metals", "disneystreaming.smithy"]
}
}
}

0 comments on commit b7856ef

Please sign in to comment.