File size: 839 Bytes
2409829
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
	"image": "mcr.microsoft.com/devcontainers/base:debian",
	"features": {
		"ghcr.io/devcontainers/features/rust:1": {
			"profile": "default"
		},
		"ghcr.io/devcontainers/features/node:1": {}
	},
	"onCreateCommand": "cargo install cargo-watch wasm-pack cargo-about && cargo install -f wasm-bindgen-cli@0.2.100",
	"customizations": {
		"vscode": {
			// NOTE: Keep this in sync with `.vscode/extensions.json`
			"extensions": [
				// Rust
				"rust-lang.rust-analyzer",
				"tamasfe.even-better-toml",
				// Web
				"dbaeumer.vscode-eslint",
				"svelte.svelte-vscode",
				"vitaliymaz.vscode-svg-previewer",
				// Code quality
				"wayou.vscode-todo-highlight",
				"streetsidesoftware.code-spell-checker",
				// Helpful
				"mhutchie.git-graph",
				"waderyan.gitblame",
				"qezhu.gitlink",
				"wmaurer.change-case"
			]
		}
	}
}