timbrel / GitSavvy

Full git and GitHub integration with Sublime Text
MIT License
1.9k stars 135 forks source link

Set `project_data` after cloning has finished #1879

Closed kaste closed 3 months ago

kaste commented 3 months ago

We set this directly after creating the window. But with a window Sublime also creates a first view and this in turn triggers e.g. on_activated et.al. ... and so on ... at the end SublimeLinter may kick in and tell you that target_dir does not exists and can't be used as a working dir...

Just do it later to avoid these cascades.