File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "description" : " VsCoq is an extension for Visual Studio Code with support for the Coq Proof Assistant" ,
55 "publisher" : " maximedenes" ,
66 "license" : " MIT" ,
7- "version" : " 2.2.5 " ,
7+ "version" : " 2.2.6 " ,
88 "repository" : {
99 "type" : " git" ,
1010 "url" : " https://github.com/coq-community/vscoq.git"
Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ const versionRequirements : VersionReq = {
5151 '2.2.2' : '2.2.2' ,
5252 '2.2.3' : '2.2.2' ,
5353 '2.2.4' : '2.2.4' ,
54- '2.2.5' : '2.2.5'
54+ '2.2.5' : '2.2.5' ,
55+ '2.2.6' : '2.2.6'
5556} ;
5657
5758//We will add version ranges as we start releasing
Original file line number Diff line number Diff line change 2121 vscodeExtPublisher = "maximedenes" ;
2222 vscodeExtName = "vscoq" ;
2323 vscodeExtUniqueId = "maximedenes.vscoq" ;
24- vscoq_version = "2.2.5 " ;
24+ vscoq_version = "2.2.6 " ;
2525 rocq = rocq-master . packages . ${ system } ;
2626 in rec {
2727 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
5252
5353let server_info = InitializeResult. create_serverInfo
5454 ~name: " vscoq-language-server"
55- ~version: " 2.2.5 "
55+ ~version: " 2.2.6 "
5656 ()
5757
5858type lsp_event =
You can’t perform that action at this time.
0 commit comments