Skip to content

Commit 5efc0e9

Browse files
committed
Add VS Code remote extensions
1 parent e6d28e2 commit 5efc0e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.devcontainer/devcontainer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
},
1616

1717
// Add the IDs of extensions you want installed when the container is created.
18-
"extensions": []
18+
"extensions": [
19+
"ms-azuretools.vscode-docker",
20+
"scalameta.metals",
21+
"oderwat.indent-rainbow"
22+
]
1923

2024
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2125
// "forwardPorts": [],

0 commit comments

Comments
 (0)