We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.devcontainer
cargo-near-new-project-template
1 parent 77b1fc9 commit 3523b77Copy full SHA for 3523b77
.devcontainer/devcontainer.json
@@ -0,0 +1,8 @@
1
+{
2
+ "name": "NEAR Devcontainer Rust",
3
+
4
+ "image": "ghcr.io/near/near-devcontainer:latest",
5
6
+ // Uncomment and modify the following lines if necessary
7
+ // "forwardPorts": [8000],
8
+}
0 commit comments