Skip to content

Map to loose open files as well as open folders

Compare
Choose a tag to compare
@danmoseley danmoseley released this 02 Sep 16:55
· 31 commits to ST3 since this release

Feature

  • When searching to map local files, as well as looking in the currently opened folder, look in the folders containing any opened files as well. It is no longer necessary to open the website as a folder in Sublime.

Bugs

  • Fix failure to identify source map file comment when the Javascript file line ends in a newline
  • Remove redundant entries from the list of folders to search for file
    mappings. As we search recursively, we only need topmost folders.
    For example, if folder c:\foo is open in sublime, and also files
    c:\foo\bar.js, c:\foo\baz\biz.js, and c:\zap, we should boil down to
    c:\foo and c:\zap.
  • Improve logging for globbing. To enable, set "debug_mode": "true" in your web inspector package settings. Logging is in sublime console.
  • Break out of search for matching file when we found one