Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure we delay start pylance server (#20910)
fixes #20909 Activating `pylance` extension inside of `python` extension cause a dead lock since they have circular dependency. now we make sure we activate `pylance` once `python` extension is activated. `node` already works this way. it is just browser extension that started `pylance` inside `activate` directly.
- Loading branch information