зеркало из https://github.com/microsoft/PTVS.git
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:
Родитель
7ecd84ed7c
Коммит
33c94a3d9e
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче