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 5353 cd language-server
5454 git config --global user.name vscoqbot
5555 git config --global user.email vscoqbot@inria.fr
56- opam publish --no-confirmation --no-browser -v $VERSION https://github.com/rocq-prover/vsrocq/releases/download/$VERSION_SLUG/vsrocq-language-server-$VERSION.tar.gz vsrocq-language-server.opam
56+ opam publish --no-confirmation --no-browser -v $VERSION https://github.com/rocq-prover/vsrocq/releases/download/$VERSION_SLUG/vsrocq-language-server-$VERSION.tar.gz vsrocq-language-server.opam vscoq-language-server.opam
5757
5858 - name : Publish prerelease on coq/opam
5959 if : ${{ inputs.prerelease }}
6464 cd language-server
6565 git config --global user.name vscoqbot
6666 git config --global user.email vscoqbot@inria.fr
67- opam publish --no-confirmation --no-browser --packages-directory=extra-dev/packages --repo=rocq-prover/opam -v $VERSION https://github.com/rocq-prover/vsrocq/releases/download/$VERSION_SLUG/vsrocq-language-server-$VERSION.tar.gz vsrocq-language-server.opam
67+ opam publish --no-confirmation --no-browser --packages-directory=extra-dev/packages --repo=rocq-prover/opam -v $VERSION https://github.com/rocq-prover/vsrocq/releases/download/$VERSION_SLUG/vsrocq-language-server-$VERSION.tar.gz vsrocq-language-server.opam vscoq-language-server.opam
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.0 " ,
7+ "version" : " 2.3.1 " ,
88 "repository" : {
99 "type" : " git" ,
1010 "url" : " https://github.com/rocq-prover/vsrocq.git"
Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ const versionRequirements : VersionReq = {
5353 '2.2.4' : '2.2.4' ,
5454 '2.2.5' : '2.2.5' ,
5555 '2.2.6' : '2.2.6' ,
56- '2.3.0' : '2.3.0'
56+ '2.3.0' : '2.3.0' ,
57+ '2.3.1' : '2.3.0'
5758} ;
5859
5960//We will add version ranges as we start releasing
Original file line number Diff line number Diff line change 2121 vscodeExtPublisher = "rocq-prover" ;
2222 vscodeExtName = "vsrocq" ;
2323 vscodeExtUniqueId = "rocq-prover.vsrocq" ;
24- vsrocq_version = "2.3.0 " ;
24+ vsrocq_version = "2.3.1 " ;
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 @@ -54,7 +54,7 @@ let conf_request_id = max_int
5454
5555let server_info = InitializeResult. create_serverInfo
5656 ~name: " vsrocq-language-server"
57- ~version: " 2.3.0 "
57+ ~version: " 2.3.1 "
5858 ()
5959
6060type lsp_event =
You can’t perform that action at this time.
0 commit comments