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"
|
||
|
}]
|
||
|
}
|