nim-raft/.vscode/settings.json

7 lines
123 B
JSON
Raw Normal View History

2024-02-07 13:29:53 +00:00
{
"nim.projectMapping": [{
"projectFile": "raft.nim",
"fileRegex": ".*\\.nim"
}
]
}