v3.3.0
版本发布时间: 2021-01-27 14:52:49
steelbrain/linter最新发布版本:v3.4.0(2021-06-18 11:44:57)
- 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 inatom.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