File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
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.1.3 " ,
7
+ "version" : " 2.1.4 " ,
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 @@ -37,6 +37,7 @@ const versionRequirements : VersionReq = {
37
37
'2.1.1' : '2.1.1' ,
38
38
'2.1.2' : '2.1.2' ,
39
39
'2.1.3' : '2.1.3' ,
40
+ '2.1.4' : '2.1.3'
40
41
} ;
41
42
42
43
//We will add version ranges as we start releasing
Original file line number Diff line number Diff line change 20
20
vscodeExtPublisher = "maximedenes" ;
21
21
vscodeExtName = "vscoq" ;
22
22
vscodeExtUniqueId = "maximedenes.vscoq" ;
23
- vscoq_version = "2.1.3 " ;
23
+ vscoq_version = "2.1.4 " ;
24
24
coq = coq-master . packages . ${ system } ;
25
25
in rec {
26
26
formatter = nixpkgs . legacyPackages . ${ system } . alejandra ;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ let conf_request_id = max_int
44
44
45
45
let server_info = InitializeResult. create_serverInfo
46
46
~name: " vscoq-language-server"
47
- ~version: " 2.1.3 "
47
+ ~version: " 2.1.4 "
48
48
()
49
49
50
50
type lsp_event =
You can’t perform that action at this time.
0 commit comments