Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vscode] Don't block on Python Initialization (#1315)
[vscode] Don't block on Python Initialization This diff removes the await statement on the initialize python flow when resolving a custom editor, to ensure that it is not blocking the rest of the flow. Now, only the aiconfig server is blocked on python initialization. The webview server is not blocked. Previously this was blocking the webview and not letting the webview server start. ## Testplan https://github.com/lastmile-ai/aiconfig/assets/141073967/ee180bb4-7fb7-40c6-a33e-b7dc3546ae70 --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/lastmile-ai/aiconfig/pull/1315). * #1320 * __->__ #1315
- Loading branch information