Skip to content

Commit

Permalink
Merge pull request #598 from ejgallego/activation-hotfix
Browse files Browse the repository at this point in the history
[vscode] Workaround broken activation for `.mv` files
  • Loading branch information
ejgallego authored Nov 7, 2023
2 parents ebec0b3 + 2af04e0 commit 341c1e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
- fix hover position computation on the presence of Utf characters
(@ejgallego, #597, thanks to Pierre Courtieu for the report and
example, closes #594)
- workaround seemingly VSCode activation bug that prevented extension
activation (@ejgallego @r3m0t, #598, cc #596, reported by Théo
Zimmerman)

# coq-lsp 0.1.8: Trick-or-treat
-------------------------------
Expand Down
3 changes: 3 additions & 0 deletions editor/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"type": "git",
"url": "https://github.com/ejgallego/coq-lsp"
},
"activationEvents": [
"onLanguage:markdown"
],
"contributes": {
"languages": [
{
Expand Down

0 comments on commit 341c1e8

Please sign in to comment.