Fix pylance not starting service instances for python projects issue (#7474)

* update versions exposed to users

* fix pylance not starting issue

* hygiene
This commit is contained in:
Stella 2023-03-28 14:46:35 -07:00 коммит произвёл GitHub
Родитель 7ecd84ed7c
Коммит 33c94a3d9e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -291,9 +291,8 @@ namespace Microsoft.PythonTools.LanguageServerClient {
public async Task OnServerInitializedAsync() {
IsInitialized = true;
// Send to either workspace open or solution open
OnWorkspaceOrSolutionOpened();
// Set _workspaceFoldersSupported to true and send to either workspace open or solution open
OnWorkspaceFolderWatched(this, EventArgs.Empty);
}
public Task OnServerInitializeFailedAsync(Exception e) {