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.2.4 " ,
7
+ "version" : " 2.2.5 " ,
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 @@ -50,7 +50,8 @@ const versionRequirements : VersionReq = {
50
50
'2.2.1' : '2.2.1' ,
51
51
'2.2.2' : '2.2.2' ,
52
52
'2.2.3' : '2.2.2' ,
53
- '2.2.4' : '2.2.4'
53
+ '2.2.4' : '2.2.4' ,
54
+ '2.2.5' : '2.2.5'
54
55
} ;
55
56
56
57
//We will add version ranges as we start releasing
Original file line number Diff line number Diff line change 21
21
vscodeExtPublisher = "maximedenes" ;
22
22
vscodeExtName = "vscoq" ;
23
23
vscodeExtUniqueId = "maximedenes.vscoq" ;
24
- vscoq_version = "2.2.4 " ;
24
+ vscoq_version = "2.2.5 " ;
25
25
rocq = rocq-master . packages . ${ system } ;
26
26
in rec {
27
27
formatter = nixpkgs . legacyPackages . ${ system } . alejandra ;
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ let conf_request_id = max_int
52
52
53
53
let server_info = InitializeResult. create_serverInfo
54
54
~name: " vscoq-language-server"
55
- ~version: " 2.2.4 "
55
+ ~version: " 2.2.5 "
56
56
()
57
57
58
58
type lsp_event =
You can’t perform that action at this time.
0 commit comments