@SuppressWarnings("WeakerAccess")
public LessManager(final Project project) {
super(project);
this.virtualFileListener = new VirtualFileListenerImpl(this);
this.vfsLocationChangeDialog = new VfsLocationChangeDialog(state);
this.notifier = Notifier.getInstance(project);
}