Commit 9c5d0c8
fix: PluginDeployerContribution returns resolved Promise
To avoid delaying the application startup while loading plugins,
the initialize function of the PluginDeployerContribution class
explicitly returns a resolved Promise.
Signed-off-by: Olaf Lessenich <[email protected]>
Co-authored-by: Thomas Mäder <[email protected]>1 parent 39ad475 commit 9c5d0c8
File tree
1 file changed
+2
-1
lines changed- packages/plugin-ext/src/main/node
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
0 commit comments