Skip to content

v3.3.0

Compare
Choose a tag to compare
@aminya aminya released this 27 Jan 06:52
· 54 commits to master since this release
  • Fix subfolder git detection (#1715):
    if you add a project folder which is not a git repo but it contains folders which are git repos, then the repository detection now works correctly. The repositoryForDirectory function in atom.project is able to detect the repository for any Directory, even if it is in a subfolder.
    It is an async function, so some changes have to be made in up the call chain