CodeiumVisualStudio icon indicating copy to clipboard operation
CodeiumVisualStudio copied to clipboard

Error when accessing Codeium Options

Open fortenforge opened this issue 2 years ago • 1 comments

SetSite failed for package [CodeiumVSPackage]Source: 'System' Description: No process is associated with this object. System.InvalidOperationException: No process is associated with this object. at System.Diagnostics.Process.EnsureState(State state) at System.Diagnostics.Process.get_HasExited() at CodeiumVS.LanguageServer.Dispose() in C:\Users\rahul\source\repos\CodeiumVisualStudio\CodeiumVS\LanguageServer\LanguageServer.cs:line 64 at CodeiumVS.CodeiumVSPackage.Dispose(Boolean disposing) in C:\Users\rahul\source\repos\CodeiumVisualStudio\CodeiumVS\CodeiumVSPackage.cs:line 60 at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.Close()

fortenforge avatar Dec 11 '23 20:12 fortenforge

It might be the IVsWindowPane.SetSite method, something to do with the chat tool window not initializing properly.

The rest of the stack trace is just the CodeiumVSPackage.Dispose got called when it threw an exception in the InitializeAsync

thedemons avatar Dec 11 '23 20:12 thedemons