示例#1
0
        private void OnLibraryLoaded()
        {
            liveRunnerServices.ReloadAllLibraries(libraryServices.ImportedLibraries);

            VMLibrariesReset?.Invoke();

            // The LiveRunner core is newly instantiated whenever a new library is imported
            // due to which a new instance of CodeCompletionServices needs to be created with the new Core
            codeCompletionServices = new CodeCompletionServices(LiveRunnerCore);
            libraryServices.SetLiveCore(LiveRunnerCore);
        }
示例#2
0
        private void OnLibraryLoaded()
        {
            liveRunnerServices.ReloadAllLibraries(libraryServices.ImportedLibraries);

            VMLibrariesReset?.Invoke();
        }