forked from embassy-rs/trouble
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dir-locals.el
More file actions
13 lines (13 loc) · 976 Bytes
/
.dir-locals.el
File metadata and controls
13 lines (13 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
((prog-mode . ((lsp-rust-analyzer-linked-projects . [
"host/Cargo.toml"
"host-macros/Cargo.toml"
"examples/apps/Cargo.toml"
;; uncomment the examples you want to explore below
;; "examples/esp32/Cargo.toml"
;; "examples/nrf52/Cargo.toml"
;; "examples/rp-pico-w/Cargo.toml"
;; "examples/rp-pico-2-w/Cargo.toml"
;; "examples/serial-hci/Cargo.toml"
;; "examples/apache-nimble/Cargo.toml"
])))
)