File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11
11
vscodeNim /**
12
12
.gitignore
13
13
tsconfig.json
14
- tslint.json
14
+ tslint.json
15
+ nimbledeps /**
Original file line number Diff line number Diff line change 1
1
import std/ strformat
2
2
# Package
3
3
4
- version = " 1.4.1 "
4
+ version = " 1.6.0 "
5
5
author = " saem"
6
6
description = " Nim language support for Visual Studio Code written in Nim"
7
7
license = " MIT"
Original file line number Diff line number Diff line change 2
2
"name" : " nimlang" ,
3
3
"displayName" : " nim-lang.org" ,
4
4
"description" : " Nim extension maintained by the Nim compiler team." ,
5
- "version" : " 1.4.1 " ,
5
+ "version" : " 1.6.0 " ,
6
6
"publisher" : " NimLang" ,
7
7
"author" : {
8
8
"name" : " NimLang"
449
449
"type" : " boolean" ,
450
450
"default" : true ,
451
451
"description" : " Automatically run nimble setup when a .nimble file is detected in the current directory."
452
+ },
453
+ "nim.maxNimsuggestProcesses" :{
454
+ "type" : " number" ,
455
+ "default" : 0 ,
456
+ "description" : " The maximum number of nimsuggest processes to keep alive in the lsp. 0 means unlimited."
457
+ },
458
+ "nim.nimsuggestIdleTimeout" :{
459
+ "type" : " number" ,
460
+ "default" : 120000 ,
461
+ "description" : " The timeout in ms after which an idle nimsuggest will be stopped. If not specified the default is 120 seconds."
452
462
}
453
463
}
454
464
},
You can’t perform that action at this time.
0 commit comments