diff --git a/.vscode/settings.json b/.vscode/settings.json index c4db1c1..979d509 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "rust-analyzer.check.allTargets": false, + "rust-analyzer.check.allTargets": false, } diff --git a/Cargo.toml b/Cargo.toml index 64183c6..59c0ee2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ authors = ["{{ authors }}"] edition = "2021" license = "MIT OR Apache-2.0" +[profile.release] +debug = true + [dependencies] {{ mcu }}-hal = "{{ hal_version }}" esp-backtrace = { version = "0.10.0", features = ["{{ mcu }}", "panic-handler", "exception-handler", "print-uart"] } diff --git a/cargo-generate.toml b/cargo-generate.toml index 3e2a92d..7b7161c 100644 --- a/cargo-generate.toml +++ b/cargo-generate.toml @@ -64,8 +64,10 @@ ignore = [".vscode/launch.json", "diagram.json", "wokwi.toml"] [conditional.'!advanced'] ignore = [ + ".github", + ".vscode/launch.json", + ".vscode/tasks.json", ".devcontainer/", - ".vscode/", "docs/", "scripts/", ".github",