Skip to content

Commit

Permalink
[vscode] Workaround broken activation for .mv files
Browse files Browse the repository at this point in the history
Suggested by Tomer Chachamu (thanks!) in
microsoft/vscode-discussions#901

Should fix issue #596 , however I'm not marking this as closed, as
this workaround could actually be due to a VSCode bug.

Thanks to Théo Zimmerman for the report.
  • Loading branch information
ejgallego committed Nov 7, 2023
1 parent ebec0b3 commit 2af04e0
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 2af04e0

Please sign in to comment.