mirror of
https://github.com/logos-storage/libp2p-storage-mix-transport.git
synced 2026-05-19 09:19:26 +00:00
adds nimsuggest settings for vscode
This commit is contained in:
parent
5079412a60
commit
26a4465f07
29
.vscode/settings.json
vendored
Normal file
29
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"nim.nimsuggestPath": "/home/mc2/.nimble/bin/nimsuggest",
|
||||
"nim.timeout": 120000,
|
||||
"nim.autoRestart": true,
|
||||
"nim.useNimCheck": true,
|
||||
"nim.autoCheckFile": true,
|
||||
"nim.checkOnSave": true,
|
||||
"nim.autoCheckProject": true,
|
||||
"nim.nimsuggestIdleTimeout": 120000,
|
||||
"nim.projectMapping": [
|
||||
{
|
||||
"projectFile": "mix_ping_tcp.nim",
|
||||
"fileRegex": "^mix_ping_tcp\\.nim$"
|
||||
},
|
||||
{
|
||||
"projectFile": "mix_ping_quic.nim",
|
||||
"fileRegex": "^mix_ping_quic\\.nim$"
|
||||
},
|
||||
{
|
||||
"projectFile": "mix_ping_tcp.nim",
|
||||
"fileRegex": "^nimbledeps/.*\\.nim$"
|
||||
}
|
||||
],
|
||||
"nim.project": [
|
||||
"mix_ping_tcp.nim",
|
||||
"mix_ping_quic.nim"
|
||||
],
|
||||
"nim.buildOnSave": false
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user