ananthakumaran / tide

Tide - TypeScript Interactive Development Environment for Emacs
GNU General Public License v3.0
1.46k stars 109 forks source link

add refresh support to project error buffer #440

Closed ananthakumaran closed 2 years ago

ananthakumaran commented 2 years ago

Project error needs to be requested in the context of a project file. The initial buffer file name from which the command was issued is captured as origin and later used when refresh is requested.

fixes #439

ananthakumaran commented 2 years ago

@m1cm1c could you try this branch. should solve the refresh issue

m1cm1c commented 2 years ago

@ananthakumaran Works like a charm! Thank you very much! :)