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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Some existing Brackets extensions do linting via a web service, so they can't use the new generic linting API because it requires a synchronous result. The API should allow providers to return a Promise.
Some existing Brackets extensions do linting via a web service, so they can't use the new generic linting API because it requires a synchronous result. The API should allow providers to return a Promise.
These extensions include:
This would also allow for linters that invoke Node-side modules or even external tools (e.g.
ruby -wc).