File tree Expand file tree Collapse file tree
language-server/vsrocqtop Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "description" : " VsRocq is an extension for Visual Studio Code with support for the Rocq Prover" ,
55 "publisher" : " rocq-prover" ,
66 "license" : " MIT" ,
7- "version" : " 2.3.4 " ,
7+ "version" : " 2.4.0 " ,
88 "repository" : {
99 "type" : " git" ,
1010 "url" : " https://github.com/rocq-prover/vsrocq.git"
Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ const versionRequirements : VersionReq = {
5454 '2.3.1' : '2.3.0' ,
5555 '2.3.2' : '2.3.0' ,
5656 '2.3.3' : '2.3.3' ,
57- '2.3.4' : '2.3.3'
57+ '2.3.4' : '2.3.3' ,
58+ '2.4.0' : '2.3.3'
5859} ;
5960
6061//We will add version ranges as we start releasing
Original file line number Diff line number Diff line change 2323 vscodeExtPublisher = "rocq-prover" ;
2424 vscodeExtName = "vsrocq" ;
2525 vscodeExtUniqueId = "rocq-prover.vsrocq" ;
26- vsrocq_version = "2.3.4 " ;
26+ vsrocq_version = "2.4.0 " ;
2727 rocq = ( import nixpkgs { inherit system ; } ) . rocq-core . override { version = rocq-master . outPath ; } ;
2828 in rec {
2929 formatter = nixpkgs . legacyPackages . ${ system } . alejandra ;
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ let conf_request_id = max_int
4646
4747let server_info = InitializeResult. create_serverInfo
4848 ~name: " vsrocq-language-server"
49- ~version: " 2.3.4 "
49+ ~version: " 2.4.0 "
5050 ()
5151
5252type lsp_event =
You can’t perform that action at this time.
0 commit comments