Skip to content

Commit 9155cdf

Browse files
committed
misc: Add devcontainer config
1 parent 60d0620 commit 9155cdf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .devcontainer/devcontainer.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "Ruffle Dev Container",
3+
"image": "mcr.microsoft.com/vscode/devcontainers/rust:latest",
4+
"settings": {
5+
"terminal.integrated.shell.linux": "/bin/bash"
6+
}
7+
}

0 commit comments

Comments
 (0)