1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-16 14:17:34 +02:00

rust-wasm-template

This commit is contained in:
sakex
2023-07-21 12:05:32 +02:00
parent e2038b4897
commit 964a0d6215
11 changed files with 1469 additions and 86 deletions

View File

@ -0,0 +1,13 @@
{
"image": "mcr.microsoft.com/devcontainers/rust:0-1-bullseye",
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
"settings": {},
"extensions": [
"streetsidesoftware.code-spell-checker"
]
}
}
}