Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Log the file scope in debug command #835

Merged
merged 3 commits into from
Mar 5, 2017

Commits on Mar 3, 2017

  1. Guard against invalid TextEditors

    Somehow this function can be called outside of a TextEditor, so guard
    against that case.
    Arcanemagus committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    ea57173 View commit details
    Browse the repository at this point in the history
  2. Delineate ESLint path in debug

    Clearly show where the path to ESLint starts like the other values.
    Arcanemagus committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    4a3d02d View commit details
    Browse the repository at this point in the history
  3. Log the file scope in debug

    Display the scopes of the last cursor in the current file in the debug
    command so they can be verified against the scopes allowed in the
    configuration of the package.
    Arcanemagus committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    e635a3e View commit details
    Browse the repository at this point in the history