VS2022 Professional Duo chat does not respond
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=520559) </details> <!--IssueSummary end--> <!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "regression" or "type::bug" label: - https://gitlab.com/gitlab-org/gitlab/issues?label_name%5B%5D=regression - https://gitlab.com/gitlab-org/gitlab/issues?label_name%5B%5D=type::bug and verify the issue you're about to submit isn't a duplicate. ---> ### Summary A user is unable to use Duo Chat on VS 2022 Professional. When they type anything Duo chat doesn't register an input. ### Steps to reproduce Extension Version - 0.49.0 VS2022 info: ``` Microsoft Visual Studio Professional 2022 Version 17.10.3 VisualStudio.17.Release/17.10.3+35013.160 Microsoft .NET Framework Version 4.8.09032 Installed Version: Professional ``` ### Relevant logs and/or screenshots Video of described behavior: ![VS2022-user-duo-chat-doesn't-work.mp4](/uploads/bb9635a89edac63b0bf6544410114a15/VS2022-user-duo-chat-doesn_t-work.mp4) ``` Current logging level set to 'Debug'. Logging level can be changed in the 'GitLab' options. GetProposalManagerAsync: Code suggestions enabled. ContentType (csharp) or file extension (cs) is supported. GitlabProposalSourceProvider.GetProposalSourceAsync [GitLab.Extension.Status.StatusBar] Error while handling feature state change for AUTHENTICATION System.NullReferenceException: Object reference not set to an instance of an object.    at GitLab.Extension.Status.StatusBar.OnFeatureStateUpdate(FeatureState featureState)[GitLab.Extension.Status.StatusBar] Error while handling feature state change for CODE_SUGGESTIONS System.NullReferenceException: Object reference not set to an instance of an object.    at GitLab.Extension.Status.StatusBar.OnFeatureStateUpdate(FeatureState featureState)[GitLab.Extension.Status.StatusBar] Error while handling feature state change for CHAT System.NullReferenceException: Object reference not set to an instance of an object.    at GitLab.Extension.Status.StatusBar.OnFeatureStateUpdate(FeatureState featureState)Initializing suggestion service telemetry VisualStudioPackage.HandleAfterOpenSolution VisualStudioPackage.HandleAfterOpenSolution [GitLab.Extension.Status.StatusBar] InitializeDisplay called StatusBarControl initializing component. StatusBarControl component initialized. [GitLab.Extension.Workspace.ActiveWorkspaceIdService] Opening workspace with id `"SolutionName: AAAllProjects, SolutionPath: C:\naveen\git\irepo\Src\NET\AAAllProjects"`. Initializing WebView2 control with data folder: "C:\Users\saininav\AppData\Local\Temp\GitLabDuoChat" WebView2 source set to http://127.0.0.1:58420/webview/duo-chat StatusClickHandler clicked! ``` #### Results of GitLab environment info GitLab Omnibus 17.7.3 ####
issue