influxdata / flux-lsp

Implementation of Language Server Protocol for the flux language
MIT License
27 stars 5 forks source link

fix(618): handle wasm LspServer panic on logging #619

Closed wiedld closed 1 year ago

wiedld commented 1 year ago

Part of #618

The bug:

Solution:

Future work:

The wasm is imported and used in the UI, by way of 2 approaches. (1) As an LSP server, where we now init the logger on server creation, and (2) as utils methods. Fix the latter case in a followup PR.