You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned here, it would be great to refactor the extension and LSP server. Here are some ideas to consider; please feel free to raise other points or challenge any listed:
Use promises in the LSP server, as many endpoints spin a binary or read files.
Refactor incrementalCompilation.ts and implement an interface to handle the differences between bsb and rewatch, as those checks are scattered throughout the code.
As mentioned here, it would be great to refactor the extension and LSP server. Here are some ideas to consider; please feel free to raise other points or challenge any listed:
incrementalCompilation.tsand implement an interface to handle the differences between bsb and rewatch, as those checks are scattered throughout the code.semverfor more version checks.chokidarfrom the LSP server and use the [DidChangeWatchedFiles Notification] instead.package.jsonfiles, and the top one lacks aworkspacesentry.yarnas we do inrescriptcompiler?CONTRIBUTING.md, as it may no longer be accurate.Let me know your thoughts, @zth, @cometkim, @mediremi!