File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " VsCoq is an extension for Visual Studio Code with support for the Coq Proof Assistant" ,
5
5
"publisher" : " maximedenes" ,
6
6
"license" : " MIT" ,
7
- "version" : " 2.1.5 " ,
7
+ "version" : " 2.1.6 " ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
10
"url" : " https://github.com/coq-community/vscoq.git"
Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ const versionRequirements : VersionReq = {
37
37
'2.1.1' : '2.1.1' ,
38
38
'2.1.2' : '2.1.2' ,
39
39
'2.1.3' : '2.1.3' ,
40
- '2.1.5' : '2.1.5'
40
+ '2.1.5' : '2.1.5' ,
41
+ '2.1.6' : '2.1.5'
41
42
} ;
42
43
43
44
//We will add version ranges as we start releasing
Original file line number Diff line number Diff line change 20
20
vscodeExtPublisher = "maximedenes" ;
21
21
vscodeExtName = "vscoq" ;
22
22
vscodeExtUniqueId = "maximedenes.vscoq" ;
23
- vscoq_version = "2.1.5 " ;
23
+ vscoq_version = "2.1.6 " ;
24
24
coq = coq-master . packages . ${ system } ;
25
25
in rec {
26
26
formatter = nixpkgs . legacyPackages . ${ system } . alejandra ;
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ let conf_request_id = max_int
47
47
48
48
let server_info = InitializeResult. create_serverInfo
49
49
~name: " vscoq-language-server"
50
- ~version: " 2.1.5 "
50
+ ~version: " 2.1.6 "
51
51
()
52
52
53
53
type lsp_event =
You can’t perform that action at this time.
0 commit comments