public override void LoadSettingsFromStorage()
 {
     if (_window != null)
     {
         _window.UpdateInterpreters();
     }
 }
예제 #2
0
        public override void LoadSettingsFromStorage()
        {
            PyService.GlobalInterpreterOptions.Load();
            PyService.LoadInterpreterOptions();

            if (_window != null)
            {
                _window.UpdateInterpreters();
            }
        }