nim-raft/.vscode/settings.json
2024-02-07 15:29:53 +02:00

7 lines
123 B
JSON

{
"nim.projectMapping": [{
"projectFile": "raft.nim",
"fileRegex": ".*\\.nim"
}
]
}