polarmutex / beancount-language-server

A Language Server Protocol (LSP) for beancount files
MIT License
143 stars 17 forks source link

fix: change message prefix from mun to beancount #497

Closed srstevenson closed 3 months ago

srstevenson commented 6 months ago

This previously referenced mun, based on https://github.com/mun-lang/mun/blob/45b92db41bc54e201929a322dc2dd16441d34380/crates/mun_language_server/src/state/utils.rs#L42.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 30.82%. Comparing base (5bc211a) to head (b26d437). Report is 24 commits behind head on main.

Files Patch % Lines
crates/lsp/src/progress.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #497 +/- ## ========================================== + Coverage 30.67% 30.82% +0.14% ========================================== Files 15 15 Lines 1594 1583 -11 ========================================== - Hits 489 488 -1 + Misses 1105 1095 -10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.