Skip to content

Commit

Permalink
[vscode] Require VSCode >= 1.82
Browse files Browse the repository at this point in the history
This is required by our use of `vscode-languageclient` 9.

Thanks to Théo Zimmerman for the report.
  • Loading branch information
ejgallego committed Nov 7, 2023
1 parent 53e12d3 commit a4a3aed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
mistake (@ejgallego, #588)
- hover plugins can now access the full document, this is convenient
for many use cases (@ejgallego, #591)
- require VSCode >= 1.82 in package.json . Our VSCode extension uses
`vscode-languageclient` 9 which imposes this. (@ejgallego, #599,
thanks to Théo Zimmerman for the report)

# coq-lsp 0.1.8: Trick-or-treat
-------------------------------
Expand Down
2 changes: 1 addition & 1 deletion editor/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"publisher": "ejgallego",
"engines": {
"vscode": "^1.75.0"
"vscode": "^1.82.0"
},
"categories": [
"Programming Languages",
Expand Down

0 comments on commit a4a3aed

Please sign in to comment.