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.1.5 " ,
7+ "version" : " 2.1.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 @@ -37,7 +37,8 @@ const versionRequirements : VersionReq = {
3737 '2.1.1' : '2.1.1' ,
3838 '2.1.2' : '2.1.2' ,
3939 '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'
4142} ;
4243
4344//We will add version ranges as we start releasing
Original file line number Diff line number Diff line change 2020 vscodeExtPublisher = "maximedenes" ;
2121 vscodeExtName = "vscoq" ;
2222 vscodeExtUniqueId = "maximedenes.vscoq" ;
23- vscoq_version = "2.1.5 " ;
23+ vscoq_version = "2.1.6 " ;
2424 coq = coq-master . packages . ${ system } ;
2525 in rec {
2626 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
4747
4848let server_info = InitializeResult. create_serverInfo
4949 ~name: " vscoq-language-server"
50- ~version: " 2.1.5 "
50+ ~version: " 2.1.6 "
5151 ()
5252
5353type lsp_event =
You can’t perform that action at this time.
0 commit comments