File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
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.2.2 " ,
7
+ "version" : " 2.2.3 " ,
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 @@ -43,6 +43,7 @@ const versionRequirements : VersionReq = {
43
43
'2.2.0' : '2.1.7' ,
44
44
'2.2.1' : '2.2.1' ,
45
45
'2.2.2' : '2.2.2' ,
46
+ '2.2.3' : '2.2.2'
46
47
} ;
47
48
48
49
//We will add version ranges as we start releasing
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ let conf_request_id = max_int
52
52
53
53
let server_info = InitializeResult. create_serverInfo
54
54
~name: " vscoq-language-server"
55
- ~version: " 2.2.2 "
55
+ ~version: " 2.2.3 "
56
56
()
57
57
58
58
type lsp_event =
You can’t perform that action at this time.
0 commit comments