Skip to content

Commit ebe1f05

Browse files
committed
Dev env
1 parent 3ab312e commit ebe1f05

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.devcontainer/devcontainer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"runArgs": [
1616
// Create an in-memory filesystem for auto-generated binaries by test scripts
17-
"--tmpfs", "/docker/memfs:rw,exec,size=2g"
17+
"--tmpfs", "/docker/memfs:rw,exec,size=2g",
18+
"--tmpfs", "/workspaces/ax/target:rw,exec,size=12g"
1819
],
1920
// Use 'postCreateCommand' to run commands after the container is created.
2021
// "postCreateCommand": "rustc --version",
@@ -23,7 +24,9 @@
2324
"vscode": {
2425
"extensions": [
2526
"ryanluker.vscode-coverage-gutters",
26-
"Vue.volar"
27+
"Vue.volar",
28+
"rust-lang.rust-analyzer",
29+
"ms-python.python"
2730
]
2831
}
2932
}

0 commit comments

Comments
 (0)