Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Allow asynchronous linting providers #5137

@peterflynn

Description

@peterflynn

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions