Exafunction / CodeiumVisualStudio

Visual Studio extension for Codeium
https://codeium.com
MIT License
108 stars 25 forks source link

Error when accessing Codeium Options #17

Open fortenforge opened 6 months ago

fortenforge commented 6 months ago

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()

thedemons commented 6 months ago

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