Exafunction / CodeiumVisualStudio

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

Codeium Chat panel broken on startup #28

Open fortenforge opened 6 months ago

fortenforge commented 6 months ago

asdf

thedemons commented 6 months ago

Does the activitylog.xml mention anything about LanguageServer.InitializeAsync()?

I got it fixed in #25 (LanguageServer.cs#L54), it was because the chat window was opened upon startup and it was getting the DTE too soon.