Skip to content

Commit 9b4e83a

Browse files
authored
add mise support in devcontainer
1 parent aef1658 commit 9b4e83a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "SpringRS Template",
3-
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
3+
"build": {
4+
"dockerfile": "Dockerfile",
5+
"context": "."
6+
},
47
"features": {
58
"ghcr.io/devcontainers/features/common-utils:2": {},
69
"ghcr.io/devcontainers-contrib/features/mise:1": {}
@@ -13,7 +16,8 @@
1316
"ms-vscode.makefile-tools",
1417
"GitHub.copilot",
1518
"GitHub.copilot-chat",
16-
"biomejs.biome"
19+
"biomejs.biome",
20+
"hverlin.mise-vscode"
1721
],
1822
"settings": {
1923
"[rust]": {

0 commit comments

Comments
 (0)