mirror of
https://github.com/status-im/nim-raft.git
synced 2025-01-26 04:50:10 +00:00
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
{
|
|
"nim.provider": "lsp",
|
|
"nim.projectMapping": [{
|
|
// everything else - use main.nim as root.
|
|
"projectFile": "raft.nim",
|
|
"fileRegex": ".*\\.nim"
|
|
}]
|
|
} |